mirror of
https://github.com/LJ5O/website.git
synced 2026-08-11 22:54:46 +02:00
Footer social networks
This commit is contained in:
38
style.css
38
style.css
@@ -274,6 +274,36 @@ footer{
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
#footer_content h1{
|
||||
font-size: 2em;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
margin-bottom: 4px;
|
||||
height: fit-content;
|
||||
}
|
||||
|
||||
#footer_social_networks{
|
||||
width: 15%;
|
||||
border: 2px rgb(16, 207, 102) dotted;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
align-content: flex-start;
|
||||
margin-right: 20px;
|
||||
}
|
||||
.footer_social_network_item{
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
margin: 0;
|
||||
margin-right: 20px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.footer_social_network_item img{
|
||||
border-radius: 50%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#footer_content_links{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
@@ -281,11 +311,7 @@ footer{
|
||||
min-width: 50px;
|
||||
flex-wrap: wrap;
|
||||
border: 2px rgb(212, 15, 230) dotted;
|
||||
}
|
||||
#footer_content_links h1{
|
||||
font-size: 2em;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
align-content: flex-start;
|
||||
}
|
||||
.footer_links_box{
|
||||
border: 3px blue dotted;
|
||||
@@ -294,7 +320,7 @@ footer{
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.footer_links_box_title{
|
||||
font-size: 1.8em;
|
||||
font-size: 1.6em;
|
||||
border-bottom: rgb(179, 72, 122) 2px solid;
|
||||
margin: 0;
|
||||
margin-bottom: 2px;
|
||||
|
||||
Reference in New Issue
Block a user