<! DOCTYPE html > < html lang = "es" > < head > < meta charset = "UTF-8" > < title > Carrusel Natural </ title > < style > body { text-align : center ; font-family : 'Segoe UI' , sans-serif ; background-color : #eef2f3 ; } #carrusel { margin : 40px auto ; width : 320px ; height : auto ; padding : 10px ; background-color : #fff ; border : 3px solid #2b6777 ; border-radius : 10px ; box-shadow : 0px 4px 10px rgba ( 0 , 0 , 0 , 0.15 ); } #carrusel img { width : 300px ; height : 200px ; display : none ; object-fit : cover ; ...
Comentarios
Publicar un comentario