footer v0

This commit is contained in:
armansansd
2021-06-24 17:10:48 +02:00
parent e1c693f94c
commit 18e6503210
10 changed files with 1025 additions and 16 deletions

View File

@@ -10,6 +10,7 @@
a[rel~='home']{
height: 100%;
display: block;
font-size: 0;
color: transparent;
background: left / contain no-repeat url(../images/popsu-home-logo.png);
}
@@ -151,15 +152,88 @@
}
}
}
// nav{
// // position: absolute;
// // display: none;
// }
//footer
footer{
#footer-bottom{
padding: 2rem 0;
*{
word-wrap: break-word;
}
h2{
font-weight: 500;
}
.footer_bottom_left_container{
height: 100%;
div{
height: 100%;
}
p{
height: 100%;
display: grid;
}
}
.logo-gouv{
height: 100%;
display: block;
color: transparent;
font-size: 0;
background: left / contain no-repeat url(../images/gouv.svg);
}
.logo-puca{
height: 100%;
display: block;
color: transparent;
font-size: 0;
background: left / contain no-repeat url(../images/puca.svg);
}
#block-pieddepage{
ul{
line-height: 2;
li{
a{
text-transform: uppercase;
text-decoration: none;
font-weight: 400;
&:hover{
text-decoration: underline;
}
}
}
}
}
.footer_bottom_right_container{
&>div>div{
// display: grid;
// grid-template-columns: repeat(3,1fr);
p{
display: inline-block;
a{
min-width: 2rem;
min-height: 2rem;
}
a[href*='twitter']{
height: 100%;
display: block;
font-size: 0;
color: transparent;
background: left / contain no-repeat url(../images/tw.svg);
}
a[href*='linkedin']{
height: 100%;
display: block;
font-size: 0;
color: transparent;
background: left / contain no-repeat url(../images/ln.svg);
}
a[href*='youtube']{
height: 100%;
display: block;
font-size: 0;
color: transparent;
background: left / contain no-repeat url(../images/yt.svg);
}
}
}
}
}