Anuncios Libros Cursos Categorías Rutas de Aprendizaje

How to put the Footer at the bottom of the screen using only CSS?

21-12-2025 - Andrés Cruz

How to put the Footer at the bottom of the screen using only CSS?

CSS We'll look at two ways to anchor the Footer to the bottom of the screen using only CSS, two solutions to suit your needs, considerations, and tips.


Getting started with Flexbox: The flexible box with CSS for creating responsive layouts

27-12-2025 - Andrés Cruz

Getting started with Flexbox: The flexible box with CSS for creating responsive layouts

CSS Flexbox allows you to easily adapt to the available space on any device. With the FlexBox property, we can build flexible, fluid, and adaptable boxes of different sizes that also easily adjust to the device's resolution. We'll see how to create a basic website using Flexbox with the flex-grow, flex-shrink, and flex-basis properties.