Skip to content

Commit 7518918

Browse files
committed
commit 2 ejercicio css
1 parent fe0ec67 commit 7518918

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

04-Intro-css/Ganando-precisión-con-los-selectores-en-CSS.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<!DOCTYPE html>
22
<html lang="en">
3+
34
<head>
45
<meta charset="UTF-8">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="viewport" content="width=device-width, initial-scale=1.0">
78
<link rel="stylesheet" href="style.css">
89
<title>Ganando precisión con los selectores en CSS</title>
910
</head>
11+
1012
<body>
1113
<section>
1214
<h1 id="titulo" class="encabezado">Lista de la compra</h1>
@@ -24,6 +26,7 @@ <h1 id="titulo" class="encabezado">Lista de la compra</h1>
2426
<li id="elemento-4">Jumbo</li>
2527
</ol>
2628
</section>
27-
29+
2830
</body>
31+
2932
</html>

0 commit comments

Comments
 (0)