Rutas de Aprendizaje Libros Cursos Categorías Anuncios

How to insert YouTube videos on our website (HTML)?

06-12-2025 - Andrés Cruz

How to insert YouTube videos on our website (HTML)?

HTML YouTube is a digital content platform where you can find all kinds of videos as well as providing options that allow you to easily insert videos into our website (HTML).


Data about properties in Laravel Livewire

29-05-2026 - Andrés Cruz

Data about properties in Laravel Livewire

Laravel We will learn about other features of properties, types of supported properties, property reset, locked properties, computed properties, and the refresh property.


CSS hover and transition effects in images

08-12-2025 - Andrés Cruz

CSS hover and transition effects in images

CSS In this entry we will see some experiments with transitions in CSS using selectors (hover, after and before), we will also see how using CSS Filters in conjunction with transitions on images allows you to create very striking effects for the supported filters.


The background-clip property in CSS

13-12-2025 - Andrés Cruz

The background-clip property in CSS

CSS Complete guide to CSS background-clip: simple explanation, values, compatibility, and real-world step-by-step examples. The background-clip property allows you to specify whether the background (composed of a color and/or image) should be displayed behind its border.


The object-fit property in CSS to fit images with CSS without distorting them

14-12-2025 - Andrés Cruz

The object-fit property in CSS to fit images with CSS without distorting them

CSS The CSS property object-fit specifies how the content of an element (such as an image) should be displayed and adjusted when the width and height of this element vary with respect to its container; it is generally applied to i


Calculations in CSS with the CSS calc() function

14-12-2025 - Andrés Cruz

Calculations in CSS with the CSS calc() function

CSS Calc is a function available in CSS3 that allows you to perform mathematical operations from within the CSS itself; the operations of addition (+), subtraction (-), multiplication (*) and division (/) are supported through the calc function.


The mix-blend-mode property in CSS: Blending Overlapping Colors

15-12-2025 - Andrés Cruz

The mix-blend-mode property in CSS: Blending Overlapping Colors

CSS Complete guide to mix-blend-mode in CSS: clear explanation of blending modes, visual examples, and best practices for using them in real-world projects.


CSS Trick: Building Arrows in HTML

15-12-2025 - Andrés Cruz

CSS Trick: Building Arrows in HTML

CSS In this entry we will explain how to create containers with arrows or containers with a branch that we place in it, additionally, we see how we can create arrows using HTML code.


The perspective property in CSS and real 3D examples

15-12-2025 - Andrés Cruz

The perspective property in CSS and real 3D examples

CSS The perspective property adds a three-dimensional effect by affecting the distance between an observer and the figures on the plane through a variation in the Z axis; in other words, it allows you to zoom in/out on figures on the plane.


The clip-path property in CSS for selecting regions to display in elements

16-12-2025 - Andrés Cruz

The clip-path property in CSS for selecting regions to display in elements

CSS The CSS clip-path property allows you to specify regions of any of the existing HTML elements through geometric shapes.