Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. h1 {
  2. color: red;
  3. font-family:Arial;
  4. font-size: 2em;
  5. }
  6. h2{
  7. font-size: 1.5em;
  8. padding: .8em, 0, .8em, 0;
  9. }
  10. h1, h2{
  11. text-transform: uppercase;
  12. border-bottom: 4px solid black;
  13. display:inline-block;
  14. }
  15. img{
  16. display: block;
  17. margin: 0 auto;
  18. }
  19. body{
  20. font-size: 2em;
  21. font-family: Arial;
  22. }
  23. ul{
  24. list-style:none;
  25. margin:0;
  26. padding:0;
  27. }
  28. footer{
  29. text-align: center;
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement