0

Quisiera saber qué propiedades son combinables y/ó repetibles

AsĂ­ como shadow puede repetirse para sumarse su efecto con mĂĄs valores, me cuestiono cuĂĄntoso otros elementos y propiedades se pueden combinar en una misma declaraciĂłn CSS.

15th Dec 2018, 5:47 PM
Leandro Emanuel Alderete
Leandro Emanuel Alderete - avatar
1 Answer
+ 1
For other CSS properties, the later written property will override the previously written property. And this actually comes handy when you want to toggle between effects. Check Ryan Els's code to learn more.
16th Dec 2018, 6:24 AM
Gordon
Gordon - avatar