Generation

css from descriptionMon, 30 Sep 2024

crear un menu que permita seleccionar distintos tipos de fruta y explicar que color tiene la fruta

frutas { list-style: none; margin: 0; padding: 0; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: #f2f2f2; box-shadow: 0 0 10px #000; } #frutas li { width: 33.33%; height: 100%; display: flex

Questions about programming?Chat with your personal AI assistant