{
"$schema": "../schemas/code-crispies-module-schema.json",
"id": "flexbox",
"title": "CSS Flexbox",
"description": "Master the flexible box layout model for modern responsive designs",
"difficulty": "intermediate",
"lessons": [
{
"id": "flexbox-1",
"title": "Container",
"description": "Learn how to create a flex container and understand the main and cross axes.
.container {\n display: flex;\n justify-content: center;\n align-items: center;\n}",
"task": "Add display: flex to .wrap to create a flexbox layout.",
"previewHTML": "