gilang05

Input Data

Aug 22nd, 2019
529
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 3.93 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.         body{
  13.             background-image:url("kopi cuy.mp4");
  14.             back
  15.         }
  16.         fieldset{
  17.             position: absolute;
  18.             margin-top: 100px;
  19.             margin-left: 100px;
  20.             left:23%;
  21.             top: 18%;
  22.             width: 700px;
  23.             height: 450px;
  24.             border-radius: 30px;
  25.             margin: 0ch
  26.                 }
  27.     .e{
  28.         width: 367px;
  29.         height: 30px;
  30.       }
  31.     .d{
  32.         margin-right: 6%;
  33.         width: 160px;
  34.         height: 30px;
  35.        
  36.       }
  37.     .g{
  38.         height: 30px;
  39.       }
  40.  
  41.     .b{
  42.         margin-left: 38%;
  43.         background-color: royalblue;
  44.         color: white;
  45.         width: 100px;
  46.         height: 30px;
  47.         border-radius: 5px;
  48.        
  49.     }
  50.     .p{
  51.         margin-right: 6%;
  52.         height: 30px;
  53.       }
  54.     .k{
  55.         height: 30px;
  56.       }
  57.     .buat{
  58.         text-align: left;
  59.         font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  60.        
  61.          }
  62.     .gmb{
  63.         left: 0;
  64.         }
  65. .text{
  66.  
  67.    font-family: Arial, Helvetica, sans-serif;
  68.    font-size: 13px;
  69.      }
  70.      .akun{
  71.       margin-top: -45%;
  72.       margin-right: 12%;
  73.      }
  74.         figcaption{
  75.             margin-left: 55%;
  76.             margin-top: -15%;
  77.             font-family: Arial, Helvetica, sans-serif;
  78.         }
  79.         .untuk{
  80.             margin-left: 25%;
  81.             margin-top: 12%;
  82.             font-family: Arial, Helvetica, sans-serif;
  83.         }
  84.         .c{
  85.             color: white;
  86.         }
  87.     </style>
  88. </head>
  89. <body>
  90.         <section>
  91.             <fieldset>
  92.                     <img class="buat" src="google.png" width="100" height="40">
  93.                     <br>
  94.                     <br>
  95.              <div>
  96.                  <h1 class="buat">Buat Akun Google</h1>
  97.                  <h3 class="buat">Lanjutkan ke Gmail</h3>
  98.              </div>
  99.              <div>
  100.              <form  method="post" action="jadi.php" id="form">
  101.              <input class="d" type="text" name="namad" id="namad" placeholder="nama depan"/>
  102.              <input class="g" type="text" name="namab" id="namab" placeholder="nama belakang"/>
  103.                    
  104.              </div>
  105.              <br>
  106.              <div>
  107.              <form  method="post" action="hasil.php" id="form">
  108.              <input class="e" type="text" name="email" id="email" placeholder="email"/>
  109.                
  110.              </div>
  111.              
  112.              <div>
  113.                  <text class="text">Anda dapat menggunakan huruf,angka&simbol</text>
  114.              </div>
  115.              <br>
  116.              <div>
  117.              <form  method="post" action="hasil.php" id="form">
  118.              <input class="p" type="password" name="pw" id="pw" placeholder="password"/>
  119.                  <input class="k" type="password" placeholder=" Konfirmasi"><br>
  120.                  <text class="text">Gunakan minimal 8 karakter dengan campuran huruf,angka</text>
  121.                  <br>
  122.                  <text class="text">&simbol </text>
  123.                  <br><br>
  124.                  <input class="b"type="submit" name="submit" id="submit" value="Submit">
  125.              </div>
  126.              <div>
  127.                 <img class="akun" src="account.svg" width="220" align="right">
  128.                
  129.              </div>
  130.              <div>
  131.                 <figcaption> Satu akun. Seluruh Google bekerja</figcaption>
  132.                
  133.              </div>
  134.              <div class="untuk">
  135. <figcaption>untuk anda</figcaption>
  136.              </div>
  137.  
  138.             </fieldset>
  139.         </section>
  140. </body>
  141. </html>
Advertisement
Add Comment
Please, Sign In to add comment