forked from estudiante.prueba/ejercicio-forks-ramas-pr
Compare commits
3 Commits
rama-nueva
...
estudiante
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c55e961828 | ||
|
|
c3070d1a2f | ||
|
|
ca5d2f5caa |
@@ -1,13 +1,13 @@
|
|||||||
body {
|
body {
|
||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-color: #0469ce;
|
background-color: #f4f6f8;
|
||||||
color: #4117eb;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
background-color: #2c3e50;
|
background-color: #2c3e50;
|
||||||
color: rgb(231, 221, 22);
|
color: white;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
@@ -21,7 +21,7 @@ header {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
background-color: white;
|
background-color: rgb(181, 181, 27);
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
|
|||||||
20
index.html
20
index.html
@@ -1,10 +1,10 @@
|
|||||||
<!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>
|
||||||
@@ -16,17 +16,17 @@
|
|||||||
<h2>Deportes favoritos</h2>
|
<h2>Deportes favoritos</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fútbol</li>
|
<li>Fútbol</li>
|
||||||
<li>Básquet</li>
|
<li>Natación</li>
|
||||||
<li>Tenis</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<h2>Comidas favoritas</h2>
|
<h2>Comidas favoritas</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Milanesa</li>
|
<li>Pizza</li>
|
||||||
<li>Asado</li>
|
<li>Asado</li>
|
||||||
<li>Pollo</li>
|
<li>Empanadas</li>
|
||||||
|
<li>Fideos</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -34,8 +34,8 @@
|
|||||||
<h2>Pasatiempos favoritos</h2>
|
<h2>Pasatiempos favoritos</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Leer</li>
|
<li>Leer</li>
|
||||||
<li>Practicar deportes</li>
|
<li>Programar</li>
|
||||||
<li>Escuchar música</li>
|
<li>Ver películas</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user