Skip to content

Commit

Permalink
Update Style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
davespser authored Dec 6, 2024
1 parent 2f7d079 commit f38eeec
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Style.css
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
#menu-container {
position: absolute;
bottom: 20px;
left: 20px;
background-color: #fff;
padding: 10px;
border-radius: 5px;
display: flex;
flex-direction: column;
transform: rotate(10deg);
}

#menu-container ul {
list-style: none;
padding: 0;
margin: 0;
}

#menu-container li {
/* Estilos para cada elemento del menú */
}

0 comments on commit f38eeec

Please sign in to comment.