diff --git a/style.css b/style.css index 84f481e0..dace775f 100644 --- a/style.css +++ b/style.css @@ -20,3 +20,12 @@ #menu-container li { /* Estilos para cada elemento del menĂº */ } +#menu-button { + position: absolute; + bottom: 20px; + left: 20px; + background-color: #4CAF50; + color: white; + padding: 10px; + cursor: pointer; +}