Guest User

Untitled

a guest
May 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. HTML:
  2.  
  3. <body>
  4.  
  5. <section>
  6. <h1>You're not alone.</h1>
  7. <h2>PEDOBEAR IS HERE</h2>
  8. <img src="sources/pedobear.jpg">
  9. </section>
  10.  
  11. </body>
  12.  
  13. CSS:
  14.  
  15. body {
  16. background-color: #D3D3D3;
  17. }
  18.  
  19. section {
  20. margin: 0 auto
  21. }
  22.  
  23. h1 {
  24. font-family: 'Concert One';
  25. color: #730000;
  26. text-shadow: 0px 2px 1px #4B0000;
  27. font-size: 450%;
  28. }
  29.  
  30. h2 {
  31. font-family: 'Concert One';
  32. font-size: 300%;
  33. }
  34.  
  35. img {
  36. height: 600px;
  37. }
Add Comment
Please, Sign In to add comment