bardzo prosze o pomoc
z gory dziekuje
oto kody
index.htm
Kod: Zaznacz cały
<html>
<head>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="naglowek">
</div>
<div class="lewy">
</div>
<div class="prawy">
</div>
</body>
</html>Kod: Zaznacz cały
.naglowek{
width:100px;
background-color:blue;
}
.lewy{
width:50%;
background-color:green;
float: left;
}
.prawy{
width:50%;
background-color:red;
float:right;
}