forked from marquez.juan/ejercicio-forks-ramas-pr
Compare commits
1 Commits
main
...
rama-ejerc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0b8609e907 |
@@ -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;
|
||||||
@@ -25,7 +25,7 @@ header {
|
|||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
width: 300px;
|
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 {
|
h2 {
|
||||||
@@ -46,4 +46,3 @@ li {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
Reference in New Issue
Block a user