Cambios de Colores en CSS

This commit is contained in:
2026-04-23 23:26:55 -03:00
parent 37014186f6
commit 59d3931f01
2 changed files with 17 additions and 2 deletions

View File

@@ -1,12 +1,12 @@
body {
font-family: Arial, sans-serif;
margin: 0;
background-color: #f4f6f8;
background-color: #0c5297;
color: #333;
}
header {
background-color: #2c3e50;
background-color: #869215;
color: white;
padding: 20px;
text-align: center;