Resim:
Html Kodlarım Şöyle:
Oktay Y.
Burası sağ üst kısım.
Burası sol kısım.
Burası sağ kısım.
Burası footer.
Css kodlarım ise şöyle:
body {
background-color: #FFF;
font-family: Tahoma, Arial, Helvatica, sans-serif;
font-size: 12px;
color: #666;
line-height: 21px;
}
/* reset kodu */
.reset {
clear: both;
}
#govde {
background-color: #FFF;
font-family: Tahoma, Arial, Helvatica, sans-serif;
font-size: 12px;
color: #666;
line-height: 21px;
}
#ust {
margin-bottom: 15px;
border-bottom-style: solid;
border-bottom-width: 3px;
border-bottom-color: #CCC;
}
.solust {
width: 430px;
float: left;
margin-right: 10px;
}
.sagust{
width: 460px;
float: left;
}
.sitebaslik{
font-size: 36px;
padding-top: 20px;
clear: both;
}
#sol {
width: 580px;
float: left;
margin-left: 15px;
}
#sag {
width: 304px;
float: left;
border-left-style: dashed;
border-left-width: 1px;
border-left-color: #000;
padding-left: 5px;
}
#alt {
margin-top: 10px;
border-top-style: solid;
border-top-width: 3px;
border-top-color: #CCC;
}
kodlama yaparken notepad++ kullandım.