Anuncios Libros Cursos Categorías

The Blur filter in CSS and some of its possible uses

10-12-2025 - Andrés Cruz

The Blur filter in CSS and some of its possible uses

With just CSS, we can create quite complex effects on our HTML elements without needing Photoshop or GIMP; in this post, we'll see the basic use of the blur filter and also a more complete example for the list.


The symbol element for SVGs in HTML

23-09-2023 - Andrés Cruz

The symbol element for SVGs in HTML

In this entry we will see a very useful element to work with SVGs, which is the symbol element; This element saves a lot of work and allows you to group a series of basic figures and paint them using the use element.