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; font-family: Arial, sans-serif;
margin: 0; margin: 0;
background-color: #f4f6f8; background-color: #f4f6f8;
color: #333; color: #262526;
} }
header { header {
background-color: #2c3e50; background-color: #072240;
color: white; color: white;
padding: 20px; padding: 20px;
text-align: center; text-align: center;
@@ -46,4 +46,3 @@ li {
width: 100%; width: 100%;
} }
} }

View File

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