feat: add JSON schema for course modules and update module files

This commit is contained in:
Michael Czechowski
2025-05-14 11:28:43 +02:00
parent e546b21055
commit 6d21309f8a
13 changed files with 158 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
{
"$schema": "../schemas/code-crispies-module-schema.json",
"id": "css-fundamentals",
"title": "101 Rules and Selectors",
"description": "Cascading Style Sheets (CSS) form the cornerstone of modern web presentation. This module provides a comprehensive introduction to CSS syntax, selectors, properties, and core design concepts. You'll develop a deep understanding of how CSS empowers web developers to control visual aesthetics, layout, and responsive behavior across digital interfaces. Throughout these lessons, we'll build a robust foundation that prepares you for more advanced web engineering topics.",