{
    "path": "/home/krm/dev/mimer-academia/web/css/Exercises/positions/exercise.sv.json",
    "s": "Ignor",
    "invert": true,
    "level": 1,
    "title": [
        "Få bra positions"
    ],
    "tags": [
        "layoute"
    ],
    "difficulty": "normal",
    "index": 32,
    "status": "beta",
    "author": [
        "krm"
    ],
    "created": {
        "year": 2026,
        "month": 3,
        "day": 17
    },
    "salution": "Find your good positions!",
    "category": [
        "web"
    ],
    "description": [
        "Se till att alla boxarna nedan har olika värden CSS egenskapen på \"posions\" och ändrar sin \"plats\" jämfört med nu."
    ],
    "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     #box-1 {\n\t     }\n\t     \n\t     #box-2 {\n\t\t }\n\t     \n\t     #box-3 {\n\t     } \n\t     \n\t     #box-4 {\n\t\t }\n\t\t \n\t\t #box-5 {\n\t\t  \n\t     }\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     font-size: 32px;\n\t\t }\n\t\t #container {\n\t\t         background-color: green;\n\t\t\t width: 400px;\n\t\t         height: 500px;\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\t<div id=\"box-1\" >\n\t     1 \n\t</div>\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"
}