Preview:
<!DOCTYPE html>

<html lang="en-us">

  <head>

    <meta charset="utf-">

​

    <title>Number guessing game</title>

​
8
    <style>

      html {

        font-family: sans-serif;

      }

​

      body {

        width: 50%;

        max-width: 800px;

        min-width: 480px;

        margin: 0 auto;

      }

      

      .form input[type="number"] {

        width: 200px;

      }
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter