
Efecto PARALLAX
HTML





Publicado el 7 de Abril del 2020 por John Alexander (10 códigos)
4.292 visualizaciones desde el 7 de Abril del 2020
En este código podás ver cómo hacer una página web que tiene un efecto PARALLAX solo con HTML y CSS.


removeSpaces("the big house"); // thebighouse
removeSpaces(" the big house "); // thebighouse
removeSpaces(" the \
big house !! "); // thebighouse!!
removeSpaces("theBigHouse"); // "theBigHouse"
removeSpaces(""); // ""
removeNonASCII("áéíóúàThe big houseèìòùäëïöü"); // "The big house"