Skip to content

Commit

Permalink
Orden en las Tablas
Browse files Browse the repository at this point in the history
  • Loading branch information
Drako01 committed Sep 20, 2024
1 parent 7f360a4 commit 437a53c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@ <h3>Agregar Alumno</h3>
<h2>Visualización de los Resultados</h2>
<hr>
<section class="data-section">
<article id="data-section__alumnos" class="data-section__alumnos"></article>
<article id="data-section__profes" class="data-section__profes"></article>
<article id="data-section__cursos" class="data-section__cursos"></article>
<article id="data-section__categorias" class="data-section__categorias"></article>
<article id="data-section__profes" class="data-section__profes"></article>
<article id="data-section__alumnos" class="data-section__alumnos"></article>
</section>
</div>
</main>
Expand Down

0 comments on commit 437a53c

Please sign in to comment.