Advertisement
SamGauths

A simple HTML page I made in 10 minutes

Nov 20th, 2018
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.49 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4. <title>Wap.Hukid.com</title>
  5.  
  6. <style type="text/css">
  7.     body
  8.     {
  9.     background-color: gray;
  10.     min-width:1120px;
  11.     }
  12.     a
  13.     {
  14.     text-decoration: none;
  15.     color:white;
  16.     }
  17.     a:hover
  18.     {
  19.     text-decoration: underline;
  20.     color:white;
  21.     }
  22. </style>
  23. </head>
  24.  
  25.  
  26. <body>
  27.  
  28. <div style="background-color:#2c1993; width:100%; height:80px; border-radius:3px;"><h1 style="position:relative; top:10px; margin-left:50px; font-family:Impact;">HUSKIDWAP</h1></div>
  29.  
  30. <div style="position:absolute; top:90px; background-color:#931926; border-radius:5px; width:200px; height:250px;">
  31.     <h2 style="text-align:center; color:#580f17;">MENU</h2>
  32.     <div style="position:relative; left:20px;">
  33.     <a href=""><h3 style="color:white;">HOME</h3></a>
  34.     <a href=""><h3 style="color:white;">NEWS</h3></a>
  35.     <a href=""><h3 style="color:white;">CONTACT US</h3></a>
  36.     <a href=""><h3 style="color:white;">ABOUT</h3></a>
  37.     </div>
  38. </div>
  39.  
  40. <div style="position:absolute; top:350px; background-color:#931926; border-radius:5px; width:200px; height:250px;">
  41.     <h2 style="text-align:center; color:#580f17;">OTHER</h2>
  42. </div>
  43.  
  44. <div style="position:absolute; top:90px; left:220; width:900px; height:510px; background-color:#423e3e; border-radius:5px;">
  45.     <h1 style="text-align:center; color:#181616">TITLE</h1>
  46. </div>
  47.  
  48. <div style="position:absolute; top:90px; left:1130; width:400px; height:510px; background-color:#b8b1b1; border-radius:5px;">
  49.     <h1 style="text-align:center; color:#181616">TITLE 2</h1>
  50. </div>
  51.  
  52. </body>
  53.  
  54. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement