You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
904 B
45 lines
904 B
.footer {
|
|
box-shadow:0px 0px 4px rgba(158, 159, 157, 1);
|
|
background: #534B4B;
|
|
color: #ffff;
|
|
width:100%;
|
|
height:80px;
|
|
display: table;
|
|
|
|
.footer_link {
|
|
color: #ffff;
|
|
}
|
|
|
|
.footer_block a:visited {
|
|
color: #ffff; /* Цвет посещенных ссылок */
|
|
}
|
|
.footer_block a:active {
|
|
color: #ffff; /* Цвет активных ссылок */
|
|
}
|
|
|
|
.footer_block {
|
|
float: left;
|
|
position: static;
|
|
display: flex;
|
|
height: 80px;
|
|
color: #ffff;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
text-align: center;
|
|
/* border: solid; */
|
|
}
|
|
|
|
.footer_feedback{
|
|
min-width: 375px;
|
|
}
|
|
|
|
.footer_compound{
|
|
width: calc(100% - 750px);
|
|
min-width: 375px;
|
|
}
|
|
|
|
.footer_about {
|
|
min-width: 375px;
|
|
}
|
|
}
|
|
|