04-06-2026 - Andrés Cruz
HTML An SVG is simply an XML file that describes how to draw two-dimensional vector graphics, and HTML has made it possible to draw them. We'll see how to draw basic SVG shapes using the svg element, define styles and attributes, see how to use them and examples, and also look at some of their attributes for color, position, size, and border.
10-12-2025 - Andrés Cruz
CSS 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.