Files
code-crispies/lessons/99-playground.json

24 lines
628 B
JSON

{
"$schema": "../schemas/code-crispies-module-schema.json",
"id": "playground",
"title": "Playground",
"description": "Free-form HTML & CSS playground",
"mode": "playground",
"difficulty": "beginner",
"lessons": [
{
"id": "playground",
"title": "Playground",
"description": "",
"task": "",
"previewHTML": "",
"previewBaseCSS": "",
"sandboxCSS": "",
"initialCode": "<style>\n body {\n font-family: system-ui, sans-serif;\n padding: 20px;\n }\n</style>\n\n<h1>Hello World</h1>\n<p>Start coding!</p>",
"solution": "",
"previewContainer": "preview-area",
"validations": []
}
]
}