сверстан футер

This commit is contained in:
DmitriyB
2022-07-25 16:01:11 +05:30
parent 6f799e8463
commit 28301e0964
7 changed files with 136 additions and 56 deletions
+74
View File
@@ -5,4 +5,78 @@
justify-content: center;
align-items: center;
background-color: #1E1630;
color: #FFFFFF;
padding: 120px 200px;
box-sizing: border-box;
}
.footer-content-container {
display: flex;
width: 100%;
gap: 100px;
box-sizing: border-box;
}
.footer-content-logo {
width: 70px;
height: 113px;
}
.footer-content-contacts {
display: flex;
gap: 60px;
width: 100%;
justify-content: space-between;
box-sizing: border-box;
}
.contact-header {
display: flex;
flex-direction: column;
gap: 10px;
}
.contact-header-title {
font-weight: 500;
font-size: 24px;
line-height: 110%;
}
.contact-header-line {
height: 2px;
width: 100%;
background-color: #979797;
}
.contact-href {
color: #FFFFFF;
}
.contact-container {
width: 100%;
min-width: 255px;
display: flex;
flex-direction: column;
gap: 25px;
}
.contact-data-container {
display: flex;
flex-direction: column;
gap: 12px;
font-weight: 400;
font-size: 18px;
line-height: 130%;
}
.contact-data-row {
display: flex;
width: 100%;
justify-content: space-between;
}
.contact-data-value-container {
width: 100%;
}