feat: mark modules as work in progress for better clarity
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "../schemas/code-crispies-module-schema.json",
|
||||
"id": "box-model",
|
||||
"title": "Padding, Borders, and Margins",
|
||||
"title": "WIP: Padding, Borders, and Margins",
|
||||
"description": "Master the fundamental principles of space management in web design through the CSS box model. This module explores how content, padding, borders, and margins combine to create layout structures that are both visually appealing and structurally sound.",
|
||||
"difficulty": "beginner",
|
||||
"lessons": [
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "../schemas/code-crispies-module-schema.json",
|
||||
"id": "selectors",
|
||||
"title": "Specificity",
|
||||
"title": "WIP: Specificity",
|
||||
"description": "Master the art of targeting HTML elements using various CSS selectors, from basics to specificity rules.",
|
||||
"difficulty": "beginner",
|
||||
"lessons": [
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "../schemas/code-crispies-module-schema.json",
|
||||
"id": "colors-backgrounds",
|
||||
"title": "Colors & Backgrounds",
|
||||
"title": "WIP: Colors & Backgrounds",
|
||||
"description": "Learn how to apply and manipulate colors, backgrounds, and graphical fills using CSS properties.",
|
||||
"difficulty": "beginner",
|
||||
"lessons": [
|
||||
|
||||
Reference in New Issue
Block a user