Advertisement
Guest User

Untitled

a guest
Dec 18th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. html, body {
  2. margin:0;
  3. padding:0;
  4. height:100%;
  5. }
  6. #content
  7. {
  8. font-size:20px;
  9.  
  10. }
  11. #kalendarz
  12. {
  13.  
  14. float:right;
  15. clear: both;
  16. width:200px;
  17. height: 250px;
  18. text-align:center;
  19. }
  20. #menu
  21. {
  22. margin:40px;
  23. clear:both;
  24. float:right;
  25.  
  26. }
  27.  
  28. #absol:hover
  29. {
  30. font-size:30px;
  31.  
  32. }
  33. #wzgledne:hover
  34. {
  35. font-size:30px;
  36.  
  37. }
  38. #footer {
  39. position:absolute;
  40. bottom:0;
  41. width:100%;
  42. height:60px;
  43. background:#b5fbbd;
  44. text-align:center;
  45. }
  46. #logo
  47. {
  48.  
  49. text-align:center;
  50. float:center;
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement