plus de style
This commit is contained in:
parent
0c6cd43dcd
commit
7a29d4d12d
17
style.css
17
style.css
@ -1,9 +1,15 @@
|
|||||||
body {
|
body {
|
||||||
margin: 1rem;
|
margin: 0;
|
||||||
|
padding: 1rem;
|
||||||
|
height: calc(100vh - 2rem);
|
||||||
|
display: flex;
|
||||||
|
flex-flow: column;
|
||||||
|
justify-content: space-evenly;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grille {
|
.grille {
|
||||||
margin: 2rem auto;
|
margin: 2rem auto;
|
||||||
|
width: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grille table {
|
.grille table {
|
||||||
@ -57,7 +63,16 @@ input[disabled] {
|
|||||||
justify-content: space-evenly;
|
justify-content: space-evenly;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.definitions .horizontales,
|
||||||
|
.definitions .verticales {
|
||||||
|
width: 45%;
|
||||||
|
}
|
||||||
|
|
||||||
.definitions h2 {
|
.definitions h2 {
|
||||||
font-variant-caps: petite-caps;
|
font-variant-caps: petite-caps;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
li::marker {
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user