Advertisement
gilang05

gmail

Aug 5th, 2019
21,343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.99 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Gmail</title>
  5.     <meta charset="utf-8" />
  6.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7.     <title>Page Title</title>
  8.     <meta name="viewport" content="width=device-width, initial-scale=1">
  9.     <link rel="stylesheet" type="text/css" media="screen" href="main.css" />
  10.     <script src="main.js"></script>
  11.     <style>
  12.         fieldset{
  13.             width: 400px;
  14.             height: 400px;
  15.             border-radius: 30px;
  16.         }
  17.     .e{
  18.         width: 360px;
  19.         height: 30px;
  20.     }
  21.     .d{
  22.         margin-right: 9%;
  23.         width: 160px;
  24.         height: 30px;
  25.        
  26.     }
  27.     .g{
  28.         height: 30px;
  29.     }
  30.  
  31.     .b{
  32.         margin-left: 65%;
  33.         background-color: royalblue;
  34.         color: white;
  35.         width: 100px;
  36.         height: 30px;
  37.         border-radius: 5px;
  38.     }
  39.     .p{
  40.         margin-right: 9%;
  41.         height: 30px;
  42.     }
  43.     .k{
  44.         height: 30px;
  45.     }
  46.     </style>
  47. </head>
  48. <body>
  49.         <section>
  50.             <fieldset>
  51.                     <img src="googlelogo.png" width="100" height="40";
  52.             <div>
  53.                  <h1>Buat Akun Google</h1>
  54.                  <h3>Lanjutkan ke Gmail</h3>
  55.              </div>
  56.                 <div>
  57.                     <input class="d" type="text" placeholder=" Nama Depan">
  58.                     <input class="g" type="text" placeholder=" Nama Belakang"
  59.                    
  60.                </div>
  61.                 <br>
  62.                 <br>
  63.                 <div>
  64.                     <input class="e" type="text"placeholder=" Email Pengguna">
  65.                 </div>
  66.                 <br>
  67.                 <div>
  68.                     <input class="p" type="password" placeholder=" Pasword">
  69.                     <input class="k" type="password" placeholder=" Konfirmasi"><br><br>
  70.                     <button class="b" type="submit">berikutnya</button>
  71.                 </div>
  72.            
  73.  
  74.             </fieldset>
  75.         </section>
  76. </body>
  77. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement