Advertisement
Guest User

Untitled

a guest
Oct 24th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. * {
  2. margin: 0 auto;
  3. }
  4.  
  5. body {
  6. max-width: 950px;
  7. }
  8. nav {
  9. border:1px solid #ccc;
  10. border-width:1px 0;
  11. list-style:none;
  12. margin:0;
  13. padding:0;
  14. text-align:center;
  15. background-color: gray;
  16. }
  17.  
  18. nav a {
  19. text-decoration: none;
  20. padding: 10px;
  21. color: #A59382;
  22. }
  23.  
  24. .pol {
  25. width: 100%;
  26. background-color: yellow;
  27. padding-top: 20px;
  28. padding-bottom: 20px;
  29. }
  30.  
  31. .news {
  32. display: flex;
  33. flex-flow: row wrap;
  34. }
  35.  
  36. .lewy {
  37. float: left;
  38. width: 314px;
  39. padding-top: 5px;
  40. }
  41.  
  42. .srodek {
  43. float: left;
  44. width: 314px;
  45. padding-top: 5px;
  46. }
  47.  
  48. .prawy {
  49. float: right;
  50. width: 314px;
  51. padding-top: 5px;
  52. }
  53.  
  54. .pink {
  55. background-color: pink;
  56. height: 195px;
  57. margin-top: 5px;
  58. }
  59.  
  60. .red {
  61. background-color: red;
  62. height: 395px;
  63. margin-top: 5px;
  64.  
  65. }
  66.  
  67. .green {
  68. background-color: green;
  69. height: 195px;
  70. margin-top: 5px;
  71. }
  72.  
  73. .cyan {
  74. background-color: cyan;
  75. height: 195px;
  76. margin-top: 5px;
  77. }
  78.  
  79. .purple{
  80. background-color: purple;
  81. height: 795px;
  82. margin-top: 5px;
  83. }
  84.  
  85. .media {
  86. width: 930px;
  87. height: 500px;
  88. background-color: #c0c5ce;
  89. margin-top: 5px;
  90. }
  91.  
  92. .text-media {
  93. width: 100%;
  94. font-size: 25px;
  95. padding-left: 20px;
  96. padding-top: 20px;
  97. }
  98.  
  99. .box-media {
  100.  
  101. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement