Advertisement
x-venom

układ otwarty jednokolumnowy(lewy)(nagłowek z boku)

Aug 28th, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.47 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: url(adres-obrazu);
  12. width:540px;
  13. height:600px;
  14. right:-510px;
  15. top: 0px;
  16. }
  17.  
  18. .column-left-inner {
  19. position:relative;
  20. top:-600px;
  21. left:-190px;
  22. width:200px;
  23. background: #ccc !important;/*tło kolumny*/
  24. }
  25.  
  26. #Blog1 {
  27. width:620px;
  28. position:relative;
  29. top:-590px;
  30. left:-230px;
  31. background: #ccc !important;/*tło postów*/
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement