Skip to content

Commit 88b6451

Browse files
committed
quite el ol
1 parent 3c4b1a2 commit 88b6451

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@
2020

2121
<body>
2222

23-
<h1 class="text-center my-5 fs-2">90 Proyectos usando HTML, CSS y JavaScript</h1>
24-
<div class="container-fluid col-8">
23+
<h1 class="text-center my-5 fs-2 mx-auto col-8">90 Proyectos usando HTML, CSS y JavaScript</h1>
24+
<div class="container-fluid col-10">
2525

26-
<ol><h2 class="my-5 text-center fw-bold">Índice</h2>
26+
<h2 class="my-5 text-center fw-bold">Índice</h2>
2727
<ul class="list-group">
2828
<li class="list-group-item list-group-item-action"><a href="./01-NavBar/index.html" target="_blank">Proyecto 1 HTML, CSS</a></li>
2929
<li class="list-group-item list-group-item-action"><a href="./01-NavBar - Javascript/index.html" target="_blank">Proyecto 1 HTML, CSS y JS</a></li>
3030
<li class="list-group-item list-group-item-action"><a href="./01-NavBar - Bootstrap//index.html" target="_blank">Proyecto 1 HTML, CSS y BOOTSTRAP</a></li>
3131
<li class="list-group-item list-group-item-action"><a href="./01-NavBar - Bootstrap - Offcanvas/index.html" target="_blank">Proyecto 1 HTML, CSS y BOOTSTRAP (Offcanvas)</a></li>
3232
</ul>
3333

34-
</ol>
34+
3535
</div>
3636

3737
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"

styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ body {
3030
}
3131

3232

33-
ol li {
33+
.list-group-item {
3434
margin: .3rem;
3535
}
3636

0 commit comments

Comments
 (0)