Advertisement
Guest User

Untitled

a guest
Dec 12th, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. *{
  2. margin: 0px;
  3. }
  4.  
  5. #baner{
  6. background-color: rgb(170,42,230);
  7. height: 90px;
  8. text-align: center;
  9. padding: 10px;
  10. }
  11.  
  12. h1{
  13. height: 60px;
  14. }
  15.  
  16. #nawigacja{
  17. background-color: rgb(0,224,175);
  18. height: 90px;
  19. text-align: center;
  20. font-size: 24px;
  21. font-weight: 900;
  22. padding: 10px;
  23. }
  24.  
  25. #lewy{
  26. background-color: rgb(10,200,175);
  27. width: 70%;
  28. height: 400px;
  29. font-size: 19px;
  30. text-align: center;
  31. float: left;
  32. }
  33.  
  34. #prawy{
  35. background-color: rgb(0,100,60);
  36. width: 30%;
  37. height: 400px;
  38. font-size: 19px;
  39. text-align: center;
  40. color: white;
  41. float: left;
  42. }
  43.  
  44. #stopka{
  45. background-color: rgb(100,0,235);
  46. height: 80px;
  47. font-size: 19px;
  48. text-align: right;
  49. color: white;
  50. clear: both;
  51.  
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement