Kod: Zaznacz cały
#kontener {
position: relative;
margin-left: auto;
margin-right: auto;
width: 770px;
background-color: none;
text-align: justify;
}
#naglowek{
position: absolute;
background-color: gray;
width: 770px;
}
#lewa_kolumna{
position: absolute;
top: 20px;
left: 0px;
right: 150px;
float: left;
width: 150px;
background-color: white;
}
#prawa_kolumna{
position: absolute;
top: 20px;
right: 0px;
float: right;
background-color: navy;
width: 150px;
height: auto;
}
#srodek{
position: absolute;
top: 20px;
left: 1px;
right: 1px;
width: 468px;
background-color: red;
margin-left: 150px;
margin-right: 150px;
height: auto;
}
#stopka{
clear: both;
width: 770px;
background-color: #BCBCBC;
height: 25px;
}