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
Ledok
https://lh6.googleusercontent.com/-50Vu66rx3-s/UJNrqsMDmjI/AAAAAAAAFBQ/jXYJgQtydS8/s1543/666.gif
пишу сайт на битрикс.
никак не могу опустить логотип вниз, первый раз верстаю div. Помогите разобраться.
.b-logo-wrapper {
width: 1280px;/*мин.ширина 1280 для стр.*/
margin: 0 auto;
height: 200px;
}
.b-logo {
width: 100%;/*было 1280px*/
height: 100%;
background: white;
padding: 15px 0px 0px 0px;
}
.b-menu-wrapper { /*основной блок меню*/
width: 100%;
background: #6a6;
}
.b-menu { /*меню середина.*/
height: 35px;
width: 1280px;
margin: 0 auto;
}
.b-content-wrapper { /*основной блок контента.*/
width: 1280px;
margin: 0 auto;
overflow: hidden;
padding: 30px 0px 0px 0px;}
.search { /*регистрация!!*/
float:right;
width:270px;
height:100%;
background: #F5F5F5; /* светло-серый */
border-left:1px solid #1E8A2F;
border-right:1px solid #1E8A2F;
border-bottom:1px solid #1E8A2F;
border-top:1px solid #1E8A2F;
padding: 6px 10px 10px 10px;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
z-index:1001;}
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.