forked from marquez.juan/ejercicio-forks-ramas-pr
New items
This commit is contained in:
43
pagina.html
Normal file
43
pagina.html
Normal file
@@ -0,0 +1,43 @@
|
||||
<!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="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Mis preferencias personales</h1>
|
||||
</header>
|
||||
|
||||
<div class="container">
|
||||
<div class="card">
|
||||
<h2>Deportes favoritos</h2>
|
||||
<ul>
|
||||
<li>Básquet</li>
|
||||
<li>Natación</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<h2>Comidas favoritas</h2>
|
||||
<ul>
|
||||
<li>Pizza</li>
|
||||
<li>Hamburguesa</li>
|
||||
<li>Empanadas</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<h2>Pasatiempos favoritos</h2>
|
||||
<ul>
|
||||
<li>Jugar jueguitos</li>
|
||||
<li>Leer</li>
|
||||
<li>Programar</li>
|
||||
<li>Escuchar música</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user