Advertisement
mateusz1239196

E.14 Czerwiec 2019 CSS

Dec 25th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. .top{
  2. width:100%;
  3. text-align:center;
  4. background-color: #E8C84E;
  5. height: 50px;
  6. font-size: 130%;
  7. }
  8. .left{
  9. float: left;
  10. width: 40%;
  11. background-color: #FFB544;
  12. height: 500px;
  13. font-size: 130%;
  14. }
  15. .center{
  16. margin-left: 40%;
  17. margin-right: auto;
  18. margin-top: -50px;
  19. text-align: center;
  20. background-color:white;
  21. width: 30%;
  22. height: 500px;
  23. }
  24. .right{
  25. float: right;
  26. width: 30%;
  27. background-color:#FFB544;
  28. text-align: center;
  29. height: 500px;
  30. font-size: 130%;
  31. }
  32. .stopka{
  33. width:99%;
  34. height: 50px;
  35. text-align:right;
  36. background-color: #E8C84E;
  37. padding: 10px 10px 10px 10px;
  38. }
  39. ul{
  40. background-color: #FFAA00 ;
  41. padding-top: 30px;
  42. }
  43. h3,img{
  44. margin-top: 50px;
  45. }
  46. form{
  47. margin-bottom: 100px;
  48.  
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement