logo

Secretaría del Medio Ambiente y Desarrollo Sostenible

Gobierno del Estado de México

Course Content
SMA01-Prueba
About Lesson

prueba 11

.slider-container { width: 400px; position: relative; display: flex; justify-content: center; align-items: center; flex-direction: column; } .slider { display: flex; justify-content: center; overflow: hidden; } .slide { min-width: 400px; height: 600px; display: flex; flex-direction: column; align-items: center; position: relative; } .slide img { width: 100%; height: 100%; object-fit: cover; } .slide-content { font-family: var(–font-secondary); font-size: 0.75rem; color: white; padding: 0.5px; position: absolute; top: 1rem; left: 1rem; } .arrows { margin-top: 10px; display: flex; z-index: 10; } button { background-color: transparent; color: var(–color–accent); padding: 0.5rem; border: none; cursor: pointer; margin: 0 0.5rem; display: flex; justify-content: center; }