Advertisement
Guest User

Untitled

a guest
May 28th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.48 KB | None | 0 0
  1. body
  2. {
  3. margin: auto;
  4. width: 800px;
  5. margin-top: 3px;
  6. margin-bottom: 3px;
  7. background-image: url("fond.png");
  8. }
  9. #menu
  10. {
  11. float: left;
  12. border: 3px inset navy;
  13. margin: 5px;
  14. padding-left: 5px;
  15. padding-right: 5px;
  16. }
  17. #menu a:visited
  18. {
  19. color: black;
  20. text-decoration: line-through;
  21. }
  22. #pied_de_page
  23. {
  24. font-size: 0.6em;
  25. }
  26. #menu a:hover
  27. {
  28. color: red;
  29. }
  30. #menu a:active
  31. {
  32. background-color: green;
  33. }
  34. #corps
  35. {
  36. margin-left: 140px;
  37. }
  38. #corps h1
  39. {
  40. text-align: center;
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement