10 lines
168 B
CSS
10 lines
168 B
CSS
|
/* ------- erreur ----------- */
|
||
|
.erreur {
|
||
|
text-align: center;
|
||
|
margin: 5rem 1rem;
|
||
|
min-height: 1000px;
|
||
|
}
|
||
|
.erreur .bouton-utilise {
|
||
|
margin: 4rem auto;
|
||
|
}
|