Textured backgrounds in the entire website
Details and possibilities for textures in this PDF: https://cloud.montera34.org/index.php/s/KxtYszixKR7yp2K
To implement a texture in the background nowadays it is possible to use pure CSS which produce more accesible and lean websites. No need to use images to create textures anymore.
It is possible to use repeating-linear-gradient()
, a CSS3 property. Some examples of textures in this codepen.