structure.css 564 B

12345678910111213141516171819202122232425262728293031323334353637
  1. #leftbar {
  2. width:14rem;
  3. margin-left:1rem;
  4. }
  5. #footbar {
  6. background-color:white;
  7. color:black;
  8. text-align:left;
  9. height:4rem;
  10. font-family: arial, helvetica, sans-serif;
  11. }
  12. #footbar a {
  13. color:blue;
  14. }
  15. #kontainer {
  16. padding-bottom: 5rem;
  17. padding-top: 2rem;
  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. }