css for about page
This commit is contained in:
parent
5ce5f5523b
commit
3ca338e4c6
@ -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
|
||||
|
@ -1,7 +1,27 @@
|
||||
#about{
|
||||
h2,h3{
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.flex-content-white{
|
||||
div{
|
||||
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%;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user