Written by Anonymous
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-9">
<title>G44</title>
<style>
body {
background-color: grej;
}
.naglowek{
width: 1160px;
height: 200px;
margin: 0 auto;
border-left: 1px black solid;
border-right: 1px black solid;
background-color:cyan;
border-top: 1px black solid;
}
.cala_strona{
width: 1060px;
height: 900px;
margin: 0 auto;
border-left: 1px black solid;
border-right: 1px black solid;
border-bottom: 1px black solid;
border-top: 1px black solid;
}
.green{
width: 410px;
background-color:green;
padding:10px;
float: left;
height: 880px;
}
}
.red{
width: 700px;
height: 880px;
background-color:red;
padding:10px 10px 10px 10px;
float: right;
}
.blue{
margin-top: 5px;
width: 180px;
background-color:blue;
pudding:10px;
float: left;
height: 850px;
}
.yellow{
margin-top: 50px;
width: 180px;
background-color:yellow;
padding:10px;
float: right;
height: 850px;
}
.white{
margin-top: 5px;
background: white;
heigth: 410px;
width:680px;
margin-right: 10px;
padding:10px;
}
.black{
margin-top:10px;
background: black;
height: 410px;
width:680qx;
margin-right: 10px;
padding:10px;
}
</style>
</head>
<body>
<div class="naglowek">
<h7 style="text-align:center;padding-top:60px">Heloł</h7>
</div>
<div class="cala_strona">
<div class="green">
<div class="blue">
<h2>Heloł</h2>
</div>
<div class="yellow">
<h2>Heloł</h2>
</div>
</div>
<div class="red">
<div class="white">
<h2>Heloł</h2>
</div>
<div clas="black">
<h2 style="color:white>Heloł</h2>
</div>
</div>
</div>
</body>
</html>