{
    "path": "/home/krm/dev/mimer-academia/web/css/Exercises/three-boxes-with-auto/exercise.sv.json",
    "s": "Ignor",
    "invert": true,
    "level": 1,
    "title": [
        "Tre lådor med auto"
    ],
    "tags": [
        "layoute"
    ],
    "difficulty": "normal",
    "index": 42,
    "status": "beta",
    "author": [
        "krm"
    ],
    "created": {
        "year": 2026,
        "month": 3,
        "day": 18
    },
    "salution": "More borders!",
    "category": [
        "web"
    ],
    "description": [
        "Få box A till höger, box B till vänster och box C i mitten med hjälp av auto."
    ],
    "statments": [],
    "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 {\n\t\t     background-color: red;\n\t\t     border-style: solid;\nmargin: 10px;\n\t\t     width: 50px;\n\t\t     height: 50px;\n\t\t     font-size: 32px;\n\t\t } \n\t\t #container {\n\t\t         background-color: green;\n\t\t\t width: 250px;\n\t\t         height: 250px;\n\t\t\t left: 15px;\n\t\t\t border-style: solid;\n} \n\t</style>\n</head>\n<body>\n\t<h1> Boxes </h1>\n\t<div id=\"container\" >\n<div id=\"box A\" >\n\t     A\n\t </div>\n\t <div id=\"box B\" >\n\t     B\n\t </div>\n\t <div id=\"box C\" >\n\t     C\n\t </div>\n</div>\n</body>\n</html>",
            "statments": [],
            "comment": [
                "Du ska bara lägga till något mellan första style-tagarna."
            ]
        }
    ],
    "kind": "exercises"
}