📄️ Lists and tables
In this article, we'll explore advanced techniques for styling lists and tables using CSS. You'll learn how to enhance the appearance of these basic elements to create more attractive and functional web interfaces.
📄️ Measurements and positioning
In web development, the precise handling of units of measurement and CSS positioning techniques is essential for creating responsive and well-designed web interfaces.
📄️ Flexbox
Discover what Flexbox is in CSS, how `display flex` works, and its properties. Learn to create flexible layouts with step-by-step examples.
📄️ Grid
The CSS Grid Layout module offers a grid-based layout system, with rows and columns, which facilitates web page design without having to use floats or positioners.
📄️ Media Query
Learn what a CSS media query is, how it works, and what it's used for. A complete guide with clear examples and simple explanations.
📄️ Variables
CSS variables have access to the DOM. You can create variables with local or global scope, and change variables using JavaScript or based on media queries.