0.0.105
This commit is contained in:
@@ -237,6 +237,7 @@ footer>div {
|
||||
max-width: 1280px;
|
||||
margin: auto;
|
||||
padding: 40px;
|
||||
height: 73%;
|
||||
}
|
||||
|
||||
.left-column {
|
||||
@@ -260,6 +261,10 @@ footer>div {
|
||||
.third-column {
|
||||
width: 33%;
|
||||
float: left;
|
||||
margin-top: 11%;
|
||||
}
|
||||
.four-column{
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.fifth-column {
|
||||
@@ -267,6 +272,10 @@ footer>div {
|
||||
width: 33%;
|
||||
}
|
||||
|
||||
.social_media_footer {
|
||||
margin-top: 19px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.second-footer>div {
|
||||
@@ -301,9 +310,11 @@ footer>div {
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
line-height: 28px;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.third-column>div:first-child {
|
||||
|
||||
.four-column>div:first-child {
|
||||
color: #FFF;
|
||||
/* Heading 4 */
|
||||
font-family: Inter;
|
||||
@@ -311,9 +322,22 @@ footer>div {
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
line-height: 28px;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.third-column>div:last-child>div {
|
||||
|
||||
|
||||
|
||||
.third-column>div>a{
|
||||
color: white;
|
||||
font-family: Inter;
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
line-height: 22px;
|
||||
}
|
||||
|
||||
.four-column>div:last-child {
|
||||
color: #FFF;
|
||||
/* Body text 2 */
|
||||
font-family: Inter;
|
||||
@@ -324,14 +348,9 @@ footer>div {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.second-column>div:last-child {
|
||||
display: flex;
|
||||
min-width: 400px;
|
||||
}
|
||||
|
||||
.second-column>div:last-child>div {
|
||||
flex-basis: 50%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.second-column>div:last-child>div>div {
|
||||
margin-bottom: 8px;
|
||||
@@ -348,7 +367,7 @@ footer>div {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.four-column>a {
|
||||
.fifth-column>a {
|
||||
display: block;
|
||||
border-radius: 10px;
|
||||
background: #FF613A;
|
||||
@@ -364,7 +383,7 @@ footer>div {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.four-column>a:first-child {
|
||||
.fifth-column>a:first-child {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<div><img class="svg" src="/static/img/svg/CaretCircleRight.svg"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="social_media_footer">
|
||||
<img class="svg" src="/static/img/svg/Instagram.svg">
|
||||
<img class="svg" src="/static/img/svg/Telegram.svg">
|
||||
<img class="svg" src="/static/img/svg/facebook.svg">
|
||||
@@ -31,13 +31,14 @@
|
||||
|
||||
<div class="right-column">
|
||||
<div class="third-column">
|
||||
<div><a href="#">О Trip With Bonus</a></div>
|
||||
<div><a href="#">О Trip With Bonus</a href="#"></div>
|
||||
<div><a href="#">Новости</a></div>
|
||||
<div><a href="#">Партнерам</a></div>
|
||||
<div><a href="#">Реклама</a></div>
|
||||
<div><a href="#">Служба поддержки</a></div>
|
||||
<div><a href="#">Контакты</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="four-column">
|
||||
<div>Свяжитесь с нами:</div>
|
||||
<div>
|
||||
@@ -46,12 +47,14 @@
|
||||
<div>support@tripwb.com</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="fifth-column"><a href="#">Регистрация</a><a href="#">Войти</a></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="clear_both"></div>
|
||||
|
||||
<div class="clear-both"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="second-footer">
|
||||
<div>
|
||||
<div>Copyright © 2023. Все права защищены.</div>
|
||||
@@ -62,4 +65,5 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</footer>
|
||||
Reference in New Issue
Block a user