2b0baf9c4f
modified: valitovgaziz/html/style.css new file: valitovgaziz/html/style/footer.css modified: valitovgaziz/html/style/social_link.css some style on valitovgaziz's site
43 lines
747 B
CSS
43 lines
747 B
CSS
.social_links_block {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
|
|
width: 100%;
|
|
height: fit-content;
|
|
}
|
|
|
|
.social_link_block {
|
|
width: fit-content;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.social_link img {
|
|
background-color: #ffffff00;
|
|
}
|
|
|
|
.social_links_block h4 {
|
|
width: fit-content;
|
|
}
|
|
|
|
.social_link {
|
|
width: 40px;
|
|
height: 40px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
-webkit-box-shadow: 0px 0px 14px 0px rgba(34, 60, 80, 0.2);
|
|
-moz-box-shadow: 0px 0px 14px 0px rgba(34, 60, 80, 0.2);
|
|
box-shadow: 0px 0px 14px 0px rgba(34, 60, 80, 0.2);
|
|
}
|
|
|
|
.social_link a {
|
|
width: fit-content;
|
|
height: auto;
|
|
}
|