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
ProMira
Собственно проблема в том, что DIV'ы лезут друг на друга.
HTML:
CSS:
BODY {
background-color: #000000;
margin:0;
padding: 0;
min-width: 1024px;
}
.name {
text-align: center;
}
#head {
top: 0;
left: 50%;
margin-left: -500px;
position: absolute;
width: 100%;
height: 360px;
background-image:url('img/head.jpg');
background-repeat: no-repeat;
}
#hleft {
position: fixed;
width: 50%;
padding: 5%;
float: left;
}
.menu {
border: 1px solid black;
border-radius: 10px;
width: 150px;
height: 150px;
background: rgba(120, 120, 120, 0.3);
}
#hright {
position: relative;
width: 50%;
padding-left: 30%;
float: right;
}
#body {
background-color: #c8af7b;
width: 512px;
margin: 0 auto;
}
Link to comment
Share on other sites
1 answer 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.