You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Портфолио https://www.behance.net/d4d4186e
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Портфолио https://www.behance.net/d4d4186e
Question
strangerliquid
а вот CSS :
body {
width:1024px;
min-height:100%;
background-color:#CCCCCC;
margin:0 auto;
}
#header {
width:100%;
height:150px;
background-color: #CC3333;
}
#menu {
width:100%;
height:60px;
background-color:#00FF00;
}
/*—————MAIN-CONTENT————————-*/
#content {
width:100%;
background-color:#000;
}
#container {
width:100%;
background-color: #66CCCC;
}
#bottom {
width:100%;
height:100px;
background-color: #9966FF;
}
#left {
width:212px;
height:1300px;
background-color:#FFFF99;
float:left;
}
#right {
width:212px;
height:1000px;
background-color: #77AAFF;
float:right;
}
#center {
margin:0 auto;
width:600px;
min-height:1000px;
background-color: #CC9900;
}
/*—————MAIN-CONTENT-END————————--*/
#clear {
width:100%;
height:0px;
clear:both;
}
#footer {
width:100%;
height:100px;
position:relative;
background-color:#00CC99;
}
Буду благодарен за помощь.. (кстати с футером я чего-то намудрил тоже.
Картинка иллюстрирующая проблемуФиолетовый блок должен отталкиваться светло-желтым
Edited by strangerliquidLink to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.