¿Cómo podemos conseguir que una imagen de fondo se repita solo horizontalmente?
background-repeat: h-repeat;
background-repeat: horizontal;
background-repeat: repeat-x;
background-repeat: x-only;