{
    "path": "/home/krm/dev/mimer-academia/web/css/Exercises/hex-color-on-boxes/exercise.sv.json",
    "s": "Ignor",
    "invert": true,
    "level": 1,
    "title": [
        "Ändra färg med hex"
    ],
    "tags": [
        "color"
    ],
    "difficulty": "easy",
    "index": 1,
    "status": "beta",
    "author": [
        "krm"
    ],
    "created": {
        "year": 2026,
        "month": 1,
        "day": 27
    },
    "salution": "Blue is the new red!",
    "category": [
        "web"
    ],
    "description": [],
    "statments": [
        {
            "description": [
                "Gör lådan 1 nedan grön med hjälp av hexadecimalkod för färgen."
            ]
        },
        {
            "description": [
                "Gör lådan 2 nedan svart med hjälp av hexadecimalkod för färgen."
            ]
        },
        {
            "description": [
                "Gör lådan 3 nedan vit med hjälp av hexadecimalkod för färgen."
            ]
        },
        {
            "description": [
                "Gör lådan 4 nedan gul(\"yellow\") med hjälp av hexadecimalkod för färgen."
            ]
        },
        {
            "description": [
                "Gör lådan 5 nedan cyanfärgad(\"cyan\") med hjälp av hexadecimalkod för färgen."
            ]
        },
        {
            "description": [
                "Gör lådan 6 nedan har en färg mörk färg somn ligger mellan röd och blå, men inte grön"
            ]
        }
    ],
    "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>\t\t \n\t</style>\n\t<style>\n\t     div {\n\t\t\t margin: 10px;\n\t\t     width: 50px;\n\t\t     height: 50px;\n\t\t     border-style: solid;\n\t\t } \n\t</style>\n</head>\n<body>\n<ol>\n\t<li><div id=\"color1\"></div></li>\n\t<li><div id=\"color2\"></div></li>\n\t<li><div id=\"color3\"></div></li>\n\t<li><div id=\"color4\"></div></li>\n\t<li><div id=\"color5\"></div></li>\n\t<li><div id=\"color6\"></div></li>\n\t</ol>\n</body>\n</html>",
            "statments": [],
            "comment": [
                "Du ska bara lägga till något mellan style-tagarna."
            ]
        }
    ],
    "kind": "exercises"
}