Advertisement
x-venom

układ otwarty dwukolumnowy

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