Advertisement
Guest User

For Patryk

a guest
Dec 5th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.61 KB | None | 0 0
  1. body {
  2.     background-image:url('../img/background.png');
  3.     margin:0px;
  4.     font-size:16px;
  5.     color; #7E6B6B
  6.     }
  7. #box {
  8.     width: 1150px;
  9.     margin-left:auto;
  10.     margin-right:auto;
  11. }
  12. #header {
  13.     float:left;
  14.     height: 120px;
  15.    
  16. }
  17. #logo {
  18.      background-image: url(../../../images/grafika/header_logo_1.png);
  19.     background-repeat: no-repeat;
  20.     float:left;
  21. }
  22. #slider {
  23.     height:300px;
  24.     background-image:url('../slider/1.jpg');
  25.  
  26.    
  27.    
  28. }
  29. #tytuł h1 {
  30.     color: #BBE227;
  31.     font-family: 'Source Sans Pro Bold';
  32.     text-shadow: 0px 0px 2px #000;
  33.     font-size: 40px;
  34.     margin-top: 15px;
  35. }
  36. #tytuł h2 {
  37.    
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement