📄️ Basic concepts
CSS is a language used to style the HTML structure of a document by means of style sheets.
📄️ Selectors
In this article, we'll explore CSS selectors and basic properties that are essential for any web developer. Through selectors and properties, we can apply visual styles to HTML elements, controlling their appearance and presentation.
📄️ Properties
Basic CSS properties define how an element should be displayed on a web page. Some of the most common are color, font-size, and background-color.
📄️ Text, Colors and Backgrounds
Learn about text styling, colors, and backgrounds with CSS. Discover how to apply fonts, text weight, alignment, decorations, and colors in various formats, including names and hexadecimal values.
📄️ Box model
The CSS box model, with its margins, borders, and padding, is fundamental to web page design. Every element on the page is a box consisting of margins, borders, padding, and the content itself.