Advertisement
Guest User

Im fuckin saving adam

a guest
Jan 18th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3.  
  4. <html>
  5.  
  6. <head>
  7. <title> Home </title>
  8. <!-- Links to style sheets -->
  9. <link rel="stylesheet" href="w3.css" />
  10. <link rel="stylesheet" href="MyStyles.css" />
  11. </head>
  12.  
  13. <body>
  14. <!-- The row is divided into 2 colums -->
  15. <div class="w3-row">
  16. <div class="w3-col s12 w3-border">
  17. <center>
  18. <img src="Images\Banner2.png" alt="" class="w3-image banner" />
  19. </center>
  20. </div>
  21. </div>
  22.  
  23. <!-- Row created for navigation bar -->
  24. <div class="w3-row w3-border heading w3-pink">
  25. <center>
  26. Template(Put title here)
  27. </center>
  28. </div>
  29.  
  30. <div class="w3-row w3-sand">
  31.  
  32. <div class="w3-col s2 w3-border contentdiv">
  33. <img src="Images\FlintstoneFamily.jpg" alt="Flintstone Family" class="w3-image familyheight" />
  34. </div>
  35.  
  36. <div class="w3-col s8 w3-border contentdiv">
  37. <h1 class="subheading">
  38. The Flintstones
  39. </h1>
  40. <p>
  41. The Flintstones was a parody on modern suburban life, set in the Stone Age. The characters in the cartoon series all behaved and spoke in a contemporary manner, though they lived in the prehistoric city of Bedrock. Fred worked as operator of a dinosaur-powered crane at Rock Hard & Quarry Cave Construction Co. (slogan: "Own Your Own Cave and Be Secure"). Around their split-level cave the Flintstones enjoyed such conveniences as Wilma's Stoneway piano, a hi-fi on which Fred could play his "rock" music (it consisted of a turntable and a bird with a long beak to serve as a needle), a vacuum cleaner (a baby elephant with a long trunk), and an automatic garbage disposal unit (a famished buzzard stashed under the sink).
  42. </p>
  43. <h1 class="subheading">
  44. The Addams Family
  45. </h1>
  46. <p>
  47. Gomez and Pugsley are enthusiastic. Morticia is even in disposition, muted, witty, sometimes deadly. Grandma Frump is foolishly good-natured. Wednesday is her mother's daughter. A closely knit family, the real head being Morticia, although each of the others is a definite character, except for Grandma, who is easily led. Many of the troubles they have as a family are due to Grandma's fumbling, weak character. The house is a wreck, of course, but this is a house-proud family just the same and every trap door is in good repair. Money is no problem.'Charles Addams'.
  48. </p>
  49. </div>
  50.  
  51. <div class="w3-col s2 w3-border contentdiv">
  52. <img src="Images\AddamsFamily.jpg" alt="Addams Family" class="w3-image familyheight" />
  53. </div>
  54.  
  55. </div>
  56.  
  57. <div class="w3-row w3-border">
  58. <h1 class="footertext">
  59. Big Man like Mitch
  60. </h1>
  61. </div>
  62.  
  63. </body>
  64.  
  65. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement