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
kent666
Всем привет. Ворост довольно таки простой. но все же
есть верстка
и есть css
#header{
background: green;
height: 90px;
min-width: 1000px;
margin: 0 15%;
position: relative;
}
.header .logotips {
height: 90px;
width: 330px;
float: left;
background: grey;
}
.header-right {
background: black;
height: 90px;
padding: 0 0 0 330px;
}
.header-right .top-menu {
height: 50px;
}
.header-right .top-menu ul {
margin: 20px 0 0 10px;
}
.header-right .top-menu ul li {
display: block;
float: left;
background: green;
margin: 0 10px 0 0;
}
.header-right .bottom-menu {
height: 40px;
background: white;
}
но margin в top-menu делает отступ не от .header-right .top-menu
a от body
Получаеться вверху шапки щель в 20px
в чем ошибка?
Edited by kent666Link to comment
Share on other sites
3 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.