Advertisement
x-venom

układ otwarty jednokolumnowy(prawy)

Aug 28th, 2018
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.38 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-nagłówka);
  12. width:1000px;
  13. height:650px;
  14. left:-80px;
  15. top: 0px;
  16. }
  17.  
  18. .column-right-inner {
  19. position:relative;
  20. top:-350px;
  21. right:-40px;
  22. width:220px;
  23. }
  24.  
  25. #Blog1 {
  26. width:550px;
  27. position:relative;
  28. top:-180px;
  29. left:60px;
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement