Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
davespser authored Dec 7, 2024
1 parent 85f508c commit 537fdb9
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,7 @@
.hidden-input {
display: none;
}
<div class="menu-item" data-action="option2">
<span>🎵</span> Opción 2
</div>
<div class="menu-item" data-action="option3">
<span>📷</span> Opción 3
</div>
<div class="menu-item" data-action="option4">
<span>⚙️</span> Opción 4
</div>
</div>

body {
margin: 0;
font-family: Arial, sans-serif;
Expand Down Expand Up @@ -66,8 +57,19 @@
<input type="checkbox" id="toggle" class="hidden-input">
<div class="menu-content">
<p>Este es el contenido desplegable.</p>
<div class="menu-item" data-action="option2">
<span>🎵</span> Opción 2
</div>
<div class="menu-item" data-action="option3">
<span>📷</span> Opción 3
</div>
<div class="menu-item" data-action="option4">
<span>⚙️</span> Opción 4
</div>



</div>
</div


<script type="module" src="js/app.js"></script>
Expand Down

0 comments on commit 537fdb9

Please sign in to comment.