Advertisement
x-venom

układ zamknięty dwukolumnowy

Aug 28th, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.66 KB | None | 0 0
  1. body {
  2. background: #kolortła;
  3. }
  4.  
  5. .header h1, .navbar, footer, .feed-links {
  6. display:none;
  7. }
  8.  
  9. .header {
  10. position:relative;
  11. background: #444;
  12. border: 10px solid #888;/*ramka nagłówka*/
  13. width:910px;
  14. height:600px;
  15. left:-16px;
  16. top: 0px;
  17. }
  18.  
  19. .column-left-inner {
  20. position:relative;
  21. top:0px;
  22. left:10px;
  23. width:200px;
  24. background: #tłokolumny !important;
  25. }
  26.  
  27. .column-right-inner {
  28. position:relative;
  29. top:0px;
  30. right:40px;
  31. width:200px;
  32. background: #tłokolumny !important;
  33. }
  34.  
  35. #Blog1 {
  36. width:478px;
  37. position:relative;
  38. top:0px;
  39. left:30px;
  40. background: #tłopostów !important;
  41. }
  42.  
  43. .main-inner {
  44. background: #888;/*tło pod postami i kolumnami*/
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement