Dirección General de Carreteras_test
- Details
- Written by: Daniel Méndez Ortíz
- Category: Dirección General de Carreteras
- Hits: 3
Prueba DGC
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
.mensaje {
background-color: #ffffff;
padding: 40px;
border-radius: 12px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
text-align: center;
}
h1 {
color: #333;
}