Advertisement
x-venom

układ zamknięty jednokolumnowy(lewy)

Aug 28th, 2018
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.55 KB | None | 0 0
  1. body {
  2. background: #e7e7e7;
  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:840px;
  14. height:600px;
  15. left:-16px;
  16. top: 0px;
  17. }
  18.  
  19. .column-left-inner {
  20. position:relative;
  21. top:0px;
  22. left:20px;
  23. width:250px;
  24. background: #kolortłakolumny !important;
  25. }
  26.  
  27. #Blog1 {
  28. width:550px;
  29. position:relative;
  30. top:0px;
  31. left:15px;
  32. background: #kolortłapostów !important;
  33. }
  34.  
  35. .main-inner {
  36. background: #888;/*kolor tła pod postami i kolumną*/
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement