css for about page

This commit is contained in:
maxime_senza 2020-05-28 23:49:21 +02:00
parent 5ce5f5523b
commit 3ca338e4c6
2 changed files with 23 additions and 3 deletions

View File

@ -7,7 +7,7 @@
p Ici un paragraphe qui explique ce qu'est SIB
a https://startinblox.com/fr
a(href="https://startinblox.com/fr" target="_blank") https://startinblox.com/fr
div
h3 Contacte-nous

View File

@ -1,7 +1,27 @@
#about{
.flex-content-white{
div{
h2,h3{
text-transform: uppercase;
}
.flex-content-white{
display: flex;
>div{
padding: 4.2em 4.7em;
text-align: center;
margin: 0 3em 3em 0;
background: white;
box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.11);
>div{
display: flex;
flex-direction: column;
justify-content: space-between;
}
}
>div:first-child{
width: 100%;
}
>div:last-child{
width: 35%;
}
}
}