22-08-2011, 18:24
Niestety nie udaje mi się, albo to ja coś źle robię.
Jeżeli źle wpisuję to mnie popraw. Oto kod:
Jeżeli źle wpisuję to mnie popraw. Oto kod:
Kod:
body {
background:#002058;
}
div {
border: 3px solid Black;
padding: 9px;
width: 600px;
-moz-border-radius: 10px
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
}
#navigation {
float: left;
width: 150px;
margin: 0px 0px 10px 0px
}
#content {
float: left;
width: 600px;
margin-left: 50px;
background:#0E36AE;
}
#footer {
clear: both;
margin: 10px 0px 0px 0px;
}