Menu
About me Kontakt

Podcast about CSS - how to understand the basics and how not to make common mistakes (part one)

The article "CSS Part 1" on Ladybug.dev introduces the fundamentals of CSS, which are essential for styling web pages. The authors discuss various aspects, including the structuring of style sheets, selectors, and different CSS properties that allow control over the appearance of HTML elements. In this first part, the focus is on selectors, which are the primary method for choosing elements for styling. Examples are provided for using different types of selectors, such as class selectors, ID selectors, and element selectors. It also covers how cascading works in CSS, enabling style overrides in cases of conflicts between different rules. The overall theme of the article encourages experimentation with various styles to better understand how they work in practice.