ClaxMan adlı üyeden alıntı: mesajı görüntüle
Kodları paylaşmisin
body {    background-color: darkgrey;
}
.container {    width: 1000px;    height: auto;    margin-left: auto;    margin-right: auto;    background-color: #fff;
}
.logo {    width: 1000px;    height: 120px;
}
.menu {    width: 1000px;    height: 50px;    background-color: darkblue;}
ul {    margin: 0px;    padding: 0px;    list-style-type: none;
}
li {    float: left;}
a {    display: block;    color: #fff;    text-decoration: none;    line-height: 50px;    margin-left: 25px;    margin-right: 25px;    font-family: sans-serif;    font-size: 14px;
}
.content {    width: 960px;    height: 500px;    padding: 20px;    font-size: 11px}
.alan1 {    width: 240px;    height: auto;    float: left;
}
.alan2 {    width: 240px;    height: auto;    float: left;}
.alan3 {    width: 240px;    height: auto;    float: left;
}
.alan4 {    width: 240px;    height: auto;    float: left;}
.content img {    width: 210px;    height: 125px;}

.h4 {    color: red;}
.footer {    text-align: center;
}
h3 {    color: #11a3d9;}
.rsmaltyazi {    font-size: 11px;    font-family:
}
.dogusgrup {    padding: 15px;    background-color: #e7e7e7;}