Advertisement
Guest User

Untitled

a guest
Aug 9th, 2015
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.71 KB | None | 0 0
  1. body
  2. {
  3.     background-image: url("light-tile.gif");
  4.     line-height: 150%;
  5.     margin-left: 200px;
  6.     margin-right: 200px;
  7.     margin-top: 100px;
  8.     margin-bottom: 100px;
  9.     text-align: justify;
  10.     font-size: 1em;
  11.     font-family: serif;
  12. }
  13.  
  14. body > header h1
  15. {
  16.     text-align: center;
  17.     font-size: 2.50em;
  18.     font-family: fantasy;
  19.     font-weight: bold;
  20. }
  21.  
  22. nav
  23. {
  24.     text-align: center;
  25. }
  26.  
  27. nav a
  28. {
  29.     font-family: monospace;
  30.     font-weight: bold;
  31.     text-decoration: none;
  32.     color: #DC143C;
  33. }
  34.  
  35. nav a:hover
  36. {
  37.     color: #008000;
  38. }
  39.  
  40. .Ende
  41. {
  42.     text-align: center;
  43. }
  44.  
  45. #Rechte
  46. {
  47.   text-align: center;
  48.   font-size: 0.75em;
  49. }
  50.  
  51. section
  52. {
  53.     margin-bottom: 2em;
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement