Anuncios Libros Cursos Categorías

How to cover the entire background with an image using CSS?

11-12-2025 - Andrés Cruz

How to cover the entire background with an image using CSS?

Learn how to set a full-screen background image in CSS using background-size: cover, media queries, and ready-to-copy examples. A practical, fast, and optimized guide.


Responsive layouts in Flutter: MediaQuery, Flex, Orientation, Expanded and Size

22-11-2025 - Andrés Cruz

Responsive layouts in Flutter: MediaQuery, Flex, Orientation, Expanded and Size

We will introduce MediaQuery in Flutter as a fundamental element when we want to create an adaptive or responsive design for Flutter, learning how we can obtain the screen size as well as the orientation and the MediaQuery widgets: Flex, Orientation, Expanded and Size.


FractionallySizedBox widget in Flutter: Use percentage sizes

20-11-2025 - Andrés Cruz

FractionallySizedBox widget in Flutter: Use percentage sizes

The FractionallySizedBox widget allows you to align elements so that they occupy a percentage of the parent element and is an option to MediaQueries.