1 Commits

Author SHA1 Message Date
Alexis08041992
0b8609e907 Cambio en colores de estilo 2026-04-23 22:57:02 -03:00
2 changed files with 10 additions and 8 deletions

View File

@@ -2,11 +2,11 @@ body {
font-family: Arial, sans-serif;
margin: 0;
background-color: #f4f6f8;
color: #333;
color: #262526;
}
header {
background-color: #2c3e50;
background-color: #072240;
color: white;
padding: 20px;
text-align: center;
@@ -25,7 +25,7 @@ header {
border-radius: 10px;
padding: 20px;
width: 300px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
h2 {
@@ -46,4 +46,3 @@ li {
width: 100%;
}
}

View File

@@ -1,11 +1,13 @@
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mis Preferencias</title>
<link rel="stylesheet" href="estilo.css">
</head>
<body>
<header>
<h1>Mis preferencias personales</h1>
@@ -15,9 +17,9 @@
<div class="card">
<h2>Deportes favoritos</h2>
<ul>
<li>Fútbol</li>
<li>Básquet</li>
<li>Correr</li>
<li>Natación</li>
<li>Basqut</li>
</ul>
</div>
@@ -40,4 +42,5 @@
</div>
</div>
</body>
</html>