📄️ CSS Introduction: How to Style Web Pages from Scratch
Learn CSS from scratch. Discover how to use Cascading Style Sheets to design professional web pages, separating HTML content from visual presentation. Complete tutorial for beginners.
📄️ CSS Selectors: Complete Guide for Beginners
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.
📄️ History of CSS
Complete history of CSS: origin and evolution from 1994 to today. Learn who created CSS, its versions, and how it evolved to CSS3 with Flexbox and Grid.