Listing 2.5. | |
| ROZDZIAŁ: | 2. Dołączanie zewnętrznych zasobów .css, .jpg, .js |
| TXT: | listing-02-05.txt |
body {
font-family: "Trebuchet MS", sans-serif;
margin: 0;
padding: 100px;
text-align: center;
font-size: 200%;
background: url('../img/tlo.png') repeat-x #fbf4a4;
color: #7d4902;
}
img {
border: 1px solid black;
}