14 lines
235 B
CSS
14 lines
235 B
CSS
|
:root {
|
||
|
background-color: white;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
text-align: center;
|
||
|
margin-left: 5vw;
|
||
|
margin-right: 5vw;
|
||
|
}
|
||
|
body .services a {
|
||
|
border: solid;
|
||
|
}/*# sourceMappingURL=style-acceuil.css.map */
|