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 010df5e379
commit c786699d64
13 changed files with 158 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
{
"$schema": "../schemas/code-crispies-module-schema.json",
"id": "box-model",
"title": "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.",