Advertisement
Guest User

signup

a guest
Oct 22nd, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.35 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>
  5.        
  6. try sign up form
  7.  
  8.     </title>
  9.  
  10.     <style type="text/css">
  11.  
  12.  
  13.         body {
  14.     background-image: url("https://i.imgur.com/U6RfFrR.png");
  15.        background-repeat:no-repeat;
  16.        background-size:cover;  
  17.  
  18.  
  19.        
  20. div#amarblog {
  21. width: 400px;
  22. border: 1px ;
  23. background: white;
  24. margin:auto;
  25. padding:10px;
  26.  
  27.  
  28.  
  29.  
  30. }
  31.  
  32. h2#amarh2{
  33.  
  34.     width:96%;
  35.     background: #37fff6;
  36.     padding-top:20px;
  37.     padding-bottom: 20px;
  38.     margin-top:20px;
  39.     margin-bottom:20px;
  40.  
  41.  
  42.  
  43. }
  44.  
  45.  
  46. div.inputname input{
  47.  
  48.      margin-top: 10px;
  49.     padding: 10px;
  50.     margin-bottom: 20px;
  51.     margin-left:8px;
  52.     width: 90%;
  53.     border: 1px solid #297335;
  54.     border-radius: 10px;
  55.  
  56. }
  57.  
  58. div#sign input{
  59.  
  60. width: 100%;
  61. padding: 10px;
  62. background: #ff00c8;
  63. border-radius: 20px;
  64. margin-bottom: 4px;
  65. border: 2px solid #9d1dfd;
  66.  
  67.  
  68.  
  69. }
  70.  
  71. div#country select{
  72.  
  73.     width: 95%;
  74.     padding: 10px;
  75.     margin: 12px;
  76.     border-radius: 30px;
  77.     border: 1px solid #297335;
  78. }
  79.  
  80.  
  81. .hobbies{
  82.  
  83.     margin-left:30px;
  84.  
  85.     margin-bottom: 20px;
  86.     color: #4415ff;
  87. }
  88. }
  89.  
  90.  
  91.  
  92.     </style>
  93.  
  94. </head>
  95.  
  96. <body>
  97.     <div id="amarblog">
  98.         <h2 id="amarh2">SIGN UP FORM FOR MY BLOG </h2>
  99.  
  100.         <div class="inputname"><input type="text" name="" placeholder="Enter First Name"></div>
  101.         <div class="inputname"><input type="text" name="" placeholder="Enter Last Name"></div>
  102.         <div class="inputname"><input type="Email" name="" placeholder="Enter Your Email"></div>
  103.         <div class="inputname"><input type="password" name="" placeholder="Enter Your password"></div>
  104.  
  105.  
  106.  
  107.         <div id="country">
  108.  
  109. <select>
  110.    
  111.  
  112.     <option>
  113.  
  114. SELECT YOUR COUNTRY
  115.     </option>
  116.  
  117.     <option>BANGLADESH</option>
  118.     <option>PAKISTHAN</option>
  119.     <option>SWEDEN</option>
  120.     <option>AUSTRALIA</option>
  121.     <option>INDIA</option>
  122.     <option>JAPAN</option>
  123.     <option>AMERICA</option>
  124.     <option>VUTAN</option>
  125.  
  126.  
  127. </select>
  128.    
  129.        
  130.         </div>
  131.  
  132.  
  133.         <div class="hobbies">
  134.  
  135.  
  136.  
  137.  
  138.         <h3>Your Hobbies :</h3>
  139.  
  140.             <input type="checkbox">Cricket </br>
  141.             <input type="checkbox">football</br>
  142.             <input type="checkbox">wathing funny video</br>
  143.             <input type="checkbox">wathing movie</br>
  144.             <input type="checkbox">wathing  song</br>
  145.             <input type="checkbox">singing</br>
  146.            
  147.  
  148.  
  149.  
  150.  
  151.  
  152.         </div>
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.         <div id="sign">     <input type="submit" value ="SIGNUP" > 
  162.  
  163.  
  164.  
  165. </div>
  166.  
  167.  
  168.  
  169. <img src="F:\all\design\2.jpg" />
  170.  
  171.  
  172.  
  173. </body>
  174.  
  175. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement