Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.56 KB | None | 0 0
  1. body {
  2.     margin: 0;
  3.     height: 100%;
  4. }
  5. .naambovennav {
  6.     text-align: center;
  7.     font-size: 25px;
  8.     font-weight: bold;
  9. }
  10.  
  11. ul.topnav {
  12.   list-style-type: none;
  13.   margin: 0;
  14.   padding: 0;
  15.   overflow: hidden;
  16.   background-color: #333;
  17. }
  18.  
  19. ul.topnav li {
  20.     float: left;
  21. }
  22.  
  23. ul.topnav li a {
  24.   display: block;
  25.   color: white;
  26.   text-align: center;
  27.   padding: 14px 16px;
  28.   text-decoration: none;
  29. }
  30.  
  31. ul.topnav li a:hover:not(.active) {
  32.     background-color: #111;
  33. }
  34. s
  35. ul.topnav li a.active {
  36.     background-color: blue;
  37. }
  38.  
  39. ul.topnav li.right {
  40.     float: right;
  41. }
  42. /* alles hier boven is voor de nav bar */
  43. .vincenttekst1 {
  44.     background-color: rgba(128, 128, 128, 0.171);
  45.     width: 60%;
  46.     height: 500px;
  47.     margin: auto;
  48.     margin-top: 70px;
  49.     padding: 1%;
  50. }
  51. .vincenttekst2 {
  52.     background-color: rgba(128, 128, 128, 0.171);
  53.     width: 60%;
  54.     height: 350px;
  55.     float: right;
  56.     margin:auto;
  57.     margin-top: 7%;
  58.     padding: 1%;
  59.     left: 2%;
  60. }
  61. .vincenttekst3 {
  62.     background-color: rgba(128, 128, 128, 0.171);
  63.     width: 60%;
  64.     height: 550px;
  65.     margin: auto;
  66.     margin-top: 14%;
  67.     padding: 1%;
  68.    
  69. }
  70. .vincenttekst4 {
  71.     background-color: rgba(128, 128, 128, 0.171);
  72.     width: 59%;
  73.     height: 510px;
  74.     margin: auto;
  75.     margin-top: 5%;
  76.     float: right;
  77.     padding: 1%;
  78. }
  79. img {
  80.     margin-top: 12%;
  81.     left: 5%;
  82.     position: relative;
  83.     height: auto;
  84.     width: 20%;
  85. }
  86. .vincentpicca2 {
  87.     margin-top: 1%;
  88.     left: 6%;
  89.     position: relative;
  90.     height: 120%;
  91.     width: 120%;
  92. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement