Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

Commit

Permalink
Fase 2 - Ajustes menú anidado
Browse files Browse the repository at this point in the history
+ Se agrega listado de opciones anidado de acuerdo a la actividad.
  • Loading branch information
afestupinanp committed Sep 28, 2021
1 parent 655301e commit 9302315
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions fase2/design.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,27 @@ <h3>Sintaxis y Selectores CSS e Interacción Humano-Ordenador</h3>
<nav>
<ul>
<li>Inicio</li>
<li>Temas</li>
<li>Recursos digitales</li>
<li>Aprendizaje</li>
<li>
Temas
<ul>
<li>Tema 1</li>
<li>Tema 2</li>
</ul>
</li>
<li>
Recursos digitales
<ul>
<li>Recurso 1</li>
<li>Recurso 2</li>
</ul>
</li>
<li>
Aprendizaje
<ul>
<li>Actividad 1</li>
<li>Actividad 2</li>
</ul>
</li>
<li>Acerca de</li>
</ul>
</nav>
Expand Down

0 comments on commit 9302315

Please sign in to comment.