" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.
<head>
<style>
.kontener{
width:1024px;
margin:0 auto;
}
.menu{
background:yellow;
float:left;
width:20%;
text-align:center;
height:200px;
}
.glowna{
background:green;
float:left;
width:80%;
height:200px;
text-align:center;
}
</style>
</head>
<body>
<div class="kontener">
<div class="menu">
MENU
</div>
<div class="glowna">
GLOWNA
</div>
</div>
</body>
</html>