Cambio en colores de estilo
This commit is contained in:
@@ -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>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user