Untitled

mail@pastecode.io avatar
unknown
plain_text
8 months ago
2.3 kB
2
Indexable
Never
*{
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: "Arial", 'Courier New', Courier, monospace;
    color: #000000;
    padding: 0;
    background: #FFFFFF;
}

#conteiner {
    width: 900px;
    margin: 0 auto;
}


#top_1 {
    background: orange;
    width: 450px;
    height: 150px;
    float: left;
    text-align: center;
}

#top_2 {
    background: rgb(236, 181, 98);
    width: 450px;
    height: 150px;
    float: right;
    text-align: center;
}

#left {
    background: rgb(50, 230, 6);
    width: 150px;
    height: 400px;
    float: left;
    text-align: left;
}

#center {
    background: rgb(4, 105, 236);
    width: 600px;
    height: 400px;
    float: left;
    position: relative;
    text-align: center;
}

#right {
    background: rgb(1, 94, 7);
    width: 150px;
    height: 400px;
    float: right;
    text-align: left;
}

#footer_1 {
    background: rgb(235, 94, 204);
    width: 300px;
    height: 80px;
    float: left;
    text-align: center;
}

#footer_2 {
    background: rgb(189, 75, 164);
    width: 300px;
    height: 80px;
    float: left;
    position: relative;
    text-align: center;
}

#footer_3 {
    background: rgb(224, 39, 184);
    width: 300px;
    height: 80px;
    float: right;
    text-align: center;
}

#left_1 {
    margin:15px 0px 0px 10px;
    background: rgb(236, 240, 0);
    width: 130px;
    height: 55px;
    float: center;
    position: absolute;
    text-align: center;
}

#left_2 {
    margin:80px 0px 0px 10px;
    background: rgb(236, 240, 0);
    width: 130px;
    height: 55px;
    float: center;
    position: absolute;
    text-align: center;
}
#left_3 {
    margin:145px 0px 0px 10px;
    background: rgb(236, 240, 0);
    width: 130px;
    height: 55px;
    float: center;
    position: absolute;
    text-align: center;
}

#center_1{
    margin:50px 0px 0px 30px;
    background: rgb(77, 148, 214);
    width: 300px;
    height: 100px;
    float: center;
    position: absolute;
    text-align: center;
}

#center_2{
    margin:100px 0px 0px 70px;
    background: rgb(88, 6, 136);
    width: 300px;
    height: 100px;
    float: center;
    position: absolute;
    text-align: center;
}
.clear{
    clear: both;
}
Leave a Comment