Advertisement
Guest User

Untitled

a guest
Dec 9th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. .naglowek{
  2. background-color: #FF6633;
  3. text-align: center;
  4. height: 50px;
  5. vertical-align: middle;
  6. }
  7. .panel_lewy{
  8. background-color: #FFCC66;
  9. height: 500px;
  10. width: 30%;
  11. text-align: center;
  12. padding-top: 30px;
  13. float: left;
  14. margin: 0px;
  15. }
  16. .panel_srodkowy{
  17. background-color: #FF9933;
  18. height: 500px;
  19. width: 50%;
  20. text-align: center;
  21. padding-top: 30px;
  22. float: left;
  23. margin: 0px;
  24. }
  25. .panel_prawy{
  26. background-color: #FFCC66;
  27. height: 500px;
  28. width: 20%;
  29. text-align: center;
  30. padding-top: 30px;
  31. float: right;
  32. margin: 0px;
  33. }
  34. .stopka{
  35. background-color: #FF6633;
  36. height: 50px;
  37. vertical-align: middle;
  38. text-align: right;
  39. padding-right: 100px;
  40. clear: both;
  41. }
  42. img{
  43. width: 200px;
  44. height: 200px;
  45. border-radius: 15px;
  46. }
  47. img:hover{
  48. opacity: 50%;
  49. }
  50. h1{
  51. font-family: sans-serif;
  52. font-size: 14px;
  53. color: white;
  54. }
  55. h3{
  56. font-family: sans-serif;
  57.  
  58. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement