Advertisement
Guest User

xffx

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