Advertisement
loser49

html htmlisawesome.html

Jun 28th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. htmlisawesome.html code:
  2. <!DOCTYPE html>
  3. <html lang='en'>
  4. <head>
  5. <title>
  6. html is awesome
  7. </title>
  8. <style>
  9. #title {
  10. font-family: sans-serif;
  11. font-size: 60px;
  12. color: white;
  13. }
  14. #body {
  15. background-color: black;
  16. }
  17. #center {
  18. color:white;
  19. font-family: sans-serif;
  20. }
  21. </style>
  22. </head>
  23. <body>
  24. <center id='center'>
  25. <div id='title'>
  26. html is awesome!
  27. </div>
  28. <body id='body'>
  29. <div id=''>
  30. </div>
  31. by loser49 on <a href='https://www.pastebin.com'>pastebin.com</a>
  32. </center>
  33. </body>
  34. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement