сделал header и footer для лептопов
This commit is contained in:
@@ -107,7 +107,15 @@
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
.footer__contact{
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
.footer__contact .footer__item{
|
||||||
|
margin-left: 58px;
|
||||||
|
}
|
||||||
|
.footer__contact .footer__item:first-child{
|
||||||
|
margin-left: 0px;
|
||||||
|
}
|
||||||
.footer-menu__item{
|
.footer-menu__item{
|
||||||
margin-left: 40px;
|
margin-left: 40px;
|
||||||
}
|
}
|
||||||
@@ -143,6 +151,42 @@
|
|||||||
|
|
||||||
|
|
||||||
/* Стили для лептопов */
|
/* Стили для лептопов */
|
||||||
/* @media only screen and (min-width: 992px) and (max-width: 1400px) {
|
@media only screen and (min-width: 992px) and (max-width: 1400px) {
|
||||||
|
.wrapper{
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
} */
|
padding: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* header */
|
||||||
|
.header__wrapper{
|
||||||
|
flex-wrap: wrap;
|
||||||
|
|
||||||
|
}
|
||||||
|
.header__main{
|
||||||
|
margin-top: 10px;
|
||||||
|
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
/* header */
|
||||||
|
|
||||||
|
/* footer */
|
||||||
|
.footer__wrapper{
|
||||||
|
justify-content: start;
|
||||||
|
}
|
||||||
|
.footer__item{
|
||||||
|
margin-left: 58px;
|
||||||
|
}
|
||||||
|
.footer__contact{
|
||||||
|
margin-top: 30px;
|
||||||
|
|
||||||
|
width: 100%;
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
.footer__about{
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
/* footer */
|
||||||
|
}
|
||||||
@@ -178,6 +178,12 @@
|
|||||||
.footer__item{
|
.footer__item{
|
||||||
margin-top: 40px;
|
margin-top: 40px;
|
||||||
}
|
}
|
||||||
|
.footer__contact{
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
.footer__contact .footer__item{
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
.footer-menu__item{
|
.footer-menu__item{
|
||||||
margin-left: 53px;
|
margin-left: 53px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -207,6 +207,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="footer__contact">
|
||||||
<div class="footer__item">
|
<div class="footer__item">
|
||||||
<p class="footer__text">
|
<p class="footer__text">
|
||||||
г. Москва, улица Обручева, 52с3, офис 406 (Бизнес-центр⠀«РТС»)
|
г. Москва, улица Обручева, 52с3, офис 406 (Бизнес-центр⠀«РТС»)
|
||||||
@@ -244,6 +245,7 @@
|
|||||||
<div class="footer__item">
|
<div class="footer__item">
|
||||||
<img src="/assets/img/photo/review.png" alt="" class="footer__review">
|
<img src="/assets/img/photo/review.png" alt="" class="footer__review">
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="footer__item footer__about">
|
<div class="footer__item footer__about">
|
||||||
<p>©️2024. BEST IN FITNESS на базе «ООО ЛАЙФ-ИН-ФИТНЕС»</p>
|
<p>©️2024. BEST IN FITNESS на базе «ООО ЛАЙФ-ИН-ФИТНЕС»</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user