Advertisement
Guest User

Untitled

a guest
Apr 25th, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. <html>
  2. <title>Harry's Website</title>
  3. <body>
  4.  
  5. <div id="Wrapper" style="width:100%;height:300%;position:absolute;top:0;left:0;background-color:blue;color:white;font-family:Verdana;">
  6.  
  7. <div id="titlebit" style="width:100%;height:5%;position:absolute;top:0;left:0;background-color:#2B2B2B;">
  8.  
  9. <audio controls loop="" autoplay="" style="position:absolute;left:0px;top:0px;width:0px;height:0px;">
  10. <source src="Boom.mp3" type="audio/mpeg" />
  11. </audio>
  12.  
  13. <!img src="" style=""/>
  14. <p style="font-size:75px;position:absolute;top:-50px;left:50%;margin-left:-250px;">Harry's Website</p>
  15. </div> <! titlebit>
  16.  
  17. <div id="main" style="width:100%;height:92%;position:absolute;top:5%;left:0;background-color:red;">
  18.  
  19. <div class="page1">
  20. <img src="page1 website.png" style="width:30%;height:480px;border: 5px solid white;position:absolute;top:300px;left:4%;"/>
  21. <img src="page2 website.png" style="width:30%;height:480px;border: 5px solid white;position:absolute;top:300px;left:45%;margin-left:-10%;"/>
  22. <img src="page3 website.png" style="width:30%;height:480px;border: 5px solid white;position:absolute;top:300px;right:3%;"/>
  23. <p style="position:absolute;top:10%;left:25%;"><font color="orange">Hello!</font></p>
  24. <p style="position:absolute;top:16%;left:31.26%;">My name is <font color="orange"><b>Harry Chambers</b></font> and I made this website.</p>
  25. <p style="position:absolute;top:22%;left:25%;">Feel free to scroll down to indulge yourself in <font color="orange">HTML Luxury</font>.</p>
  26. </div>
  27.  
  28. <div class="page2">
  29. <p style="font-size:50px;position:absolute;top:50%;margin-top:-25px;left:50%;">This website looks cool, eh?</p>
  30. <p style="font-size:25px;position:absolute;top:51%;left:62.5%;">Yeah, sure, this might be off centre.</p>
  31. </div>
  32.  
  33. <div class="page3">
  34.  
  35. <p style="position:absolute;left:45%;top:-35px;"><u>Information</u></p>
  36. <p>At the time of making this, it's now <font color="orange">12:30</font> on the <font color="orange">25th of April 2015</font>.</p>
  37. <p>I'm tired AF.</p>
  38. <p>Now it's 12PM. I'm not sure about this background colour...</p>
  39. <p>After playing GTA 5 for I-don't-know-how-long, I've come back to this. I put those pictures in at the top. This website is fun.</p>
  40.  
  41. </div>
  42.  
  43. </div> <! Main >
  44.  
  45. <div id="bottombit" style="width:100%;height:3%;position:absolute;top:97%;left:0;background-color:#2B2B2B;">
  46.  
  47. <p><font color="orange"><b>Stuff should go down here.</b></font></p>
  48.  
  49. </div>
  50.  
  51.  
  52.  
  53. <div id="Gradient type thing" style="width:100%;height:100%;color: rgba(0,50,0,100);">
  54. </div>
  55.  
  56.  
  57. </div> <! Wrapper >
  58.  
  59. <style>
  60.  
  61. .page1 {
  62.  
  63. width:100%;
  64. height:33.3%;
  65. position:absolute;
  66. top:0%;
  67. background-color:#66CCFF;
  68. font-size:40px;
  69. color:white;
  70.  
  71. }
  72.  
  73. .page2 {
  74.  
  75. width:100%;
  76. height:33.3%;
  77. top:33.3%;
  78. position:absolute;
  79. background-color:#FF3030;
  80. color:white;
  81.  
  82. }
  83.  
  84. .page3 {
  85.  
  86. width:100%;
  87. height:33.4%;
  88. top:66.6%;
  89. position:absolute;
  90. background-color:#66CC66;
  91. font-size:35px;
  92. }
  93.  
  94. </style>
  95. </body>
  96. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement