{
    "path": "/home/krm/dev/mimer-academia/web/css/Exercises/simpel-float/exercise.sv.json",
    "s": "Ignor",
    "invert": true,
    "level": 1,
    "title": [
        "Få boxarna bra"
    ],
    "tags": [
        "layoute"
    ],
    "difficulty": "normal",
    "index": 28,
    "status": "beta",
    "author": [
        "krm"
    ],
    "created": {
        "year": 2026,
        "month": 3,
        "day": 17
    },
    "salution": "Good Boxes!",
    "category": [
        "web"
    ],
    "description": [
        "Fixa lådorna nedan."
    ],
    "statments": [
        {
            "description": [
                "Se till att box med en \"1\" nedan är har display egenskapen \"block\"."
            ]
        },
        {
            "description": [
                "Se till att box med en \"2\" och en \"3\" nedan är \"inline\"."
            ]
        }
    ],
    "comment": [],
    "cards": [
        {
            "level": 1,
            "title": [
                "kod"
            ],
            "description": [],
            "lang": "html",
            "code": "<!DOCTYPE html>\n<html lang=\"sv\">\n<head>\n<meta charset=\"utf-8\" />\n<style>\n\t     \n\t</style>\n\t<style>\n\t     div, span {\n\t\t     background-color: green;\n\t\t     border-style: solid;\nmargin: 10px;\n\t\t     font-size: 32px;\n\t\t } \n\t</style>\n</head>\n<body>\n\t<h1> One Box </h1>\n\t<h1> Many boxes </h1>\n\t<span id=\"box-1\" >\n\t     1 \n\t</span>\n<div id=\"box-2\" >\n\t     2 \n\t</div>\n\t<div id=\"box-3\" >\n\t     3 \n\t</div>\n\t<div id=\"box-4\" >\n\t     4 \n\t</div>\n\t<div id=\"box-5\" >\n\t     5 \n\t</div>\n</body>\n</html>",
            "statments": [],
            "comment": [
                "Du ska bara lägga till något mellan style-tagarna."
            ]
        }
    ],
    "kind": "exercises"
}