structure.css 563 B

12345678910111213141516171819202122232425262728293031323334353637
  1. #leftbar {
  2. width:14rem;
  3. padding-top:6rem;
  4. margin-left:1rem;
  5. }
  6. #footbar {
  7. background-color:white;
  8. color:black;
  9. text-align:left;
  10. height:4rem;
  11. font-family: arial, helvetica, sans-serif;
  12. }
  13. #footbar a {
  14. color:blue;
  15. }
  16. #kontainer {
  17. padding-bottom: 5rem;
  18. font-family: arial, helvetica, sans-serif;
  19. }
  20. #midtitle {
  21. text-align:left;
  22. font-family: arial, helvetica, sans-serif;
  23. }
  24. #topkek {
  25. height:5rem;
  26. background-color: #330099;
  27. font-family: arial, helvetica, sans-serif;
  28. }
  29. #rightbar {
  30. display:none;
  31. }