multi-game/static/css/styles.css

11 lines
124 B
CSS
Raw Permalink Normal View History

2025-07-16 17:57:35 +02:00
body {
background-color: #f8f9fa; /* gris claro */
}
.card {
border-radius: 1rem;
}
#enunciado {
font-weight: 500;
}