Skip to content

Commit 51faf19

Browse files
committed
feat: simplify module description for clarity
1 parent 4483a42 commit 51faf19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/00-basic-selectors.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "../schemas/code-crispies-module-schema.json",
33
"id": "css-basic-selectors",
44
"title": "Basic Selectors",
5-
"description": "CSS selectors are the foundation of styling web pages, allowing you to target specific HTML elements for styling. This module introduces fundamental selector types including element type selectors, class selectors, ID selectors, and the universal selector. You'll learn how to precisely target elements both individually and in groups, create selector lists for efficiency, and understand how specificity affects your styles. Through these lessons, you'll develop the core skills needed to apply CSS effectively across your web projects.",
5+
"description": "CSS selectors are the foundation of styling web pages, allowing you to target specific HTML elements for styling. This module introduces fundamental selector types including element type selectors, class selectors, ID selectors, and the universal selector.",
66
"difficulty": "beginner",
77
"lessons": [
88
{

0 commit comments

Comments
 (0)