mots-croises/style.css
2025-04-24 05:06:34 +02:00

45 lines
570 B
CSS

body {
margin: 1rem;
}
.grille {
margin: 2rem auto;
border-collapse: collapse;
}
th, td {
width: 30px;
height: 30px;
text-align: center;
}
td {
border: 1px solid black;
padding: 2px;
}
.case.noire {
background-color: black;
}
input {
width: 100%;
height: 100%;
border: none;
padding: 0;
text-align: center;
font-size: 1em;
}
input[disabled] {
background-color: black;
}
.definitions {
display: flex;
justify-content: space-evenly;
}
.definitions h2 {
font-variant-caps: petite-caps;
}