Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.92 KB | None | 0 0
  1. @charset "UTF-8";
  2. /* CSS Document */
  3.  
  4. body{
  5.     background-image: url('patroon.png');
  6.    
  7.     }
  8. #dropshadow
  9. {
  10.     background-image: url('line-shadow.png');
  11.         background-repeat: repeat-x;
  12. }
  13. #menubalk{
  14.        
  15.     background-image: url('menubalk-site.png');
  16.     background-repeat: repeat-x;
  17.     width:auto;
  18.     margin-left:auto;
  19.     margin-right:auto;
  20.     }
  21. #navigatie
  22.     {
  23.     color:#b0b0b0;
  24.     text-decoration: none;
  25.     font-family: helvetica neue;
  26.     font-size: 20px;
  27.     height:60px;
  28.     margin-top: 150px;
  29.     }
  30. #navigatie li
  31.     {
  32.     text-align: left;
  33.     float: left;
  34.     list-style: none;
  35.     height : 100px;
  36.     margin: 15px 15px 15px 15px;
  37.     display: block;
  38.     }
  39. #tekst-positie
  40. {
  41.     color:#7e7e7e;
  42.     position:absolute;
  43.     top:280px;
  44.     text-decoration: none;
  45.     font-family: helvetica neue;
  46.     font-size: 16px;
  47.     width: 550px;
  48.     margin-left:30px;
  49.     margin-right:auto;
  50. }
  51. #pagina
  52. {
  53.     background-color: white;
  54.     width : 1024px;
  55.     margin-left:auto;
  56.     margin-right:auto;
  57.    
  58.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement