{
    "path": "/home/krm/dev/mimer-academia/web/css/Exercises/simpel-color/exercise.sv.json",
    "s": "Ignor",
    "invert": true,
    "level": 1,
    "title": [
        "Ändra färg"
    ],
    "tags": [
        "color"
    ],
    "difficulty": "very easy",
    "index": 1,
    "status": "beta",
    "author": [
        "krm"
    ],
    "created": {
        "year": 2026,
        "month": 1,
        "day": 20
    },
    "salution": "Blue is the new red!",
    "category": [
        "web"
    ],
    "description": [
        "Gör rubriken nedan blå."
    ],
    "lang": "html",
    "code": "<!DOCTYPE html>\n<html lang=\"sv\">\n<head>\n<meta charset=\"utf-8\" />\n<style>\n\t</style>\n\t<style>\n\t  h1 {\n\t    color: red;\n\t  }\n\t  \n\t     div {\n\t\t    margin: 20px;\n\t\t     padding: 20px;\n\t\t     withd: 200px;\n\t\t     heigth: 200px;\n\t\t } \n\t</style>\n</head>\n<body>\n\t<div>\n\t     <h1> Denna rubrik är blå! </h1>\n\t</div>\n</body>\n</html>",
    "statments": [],
    "comment": [
        "Du ska bara lägga till något mellan style-tagarna."
    ],
    "kind": "exercises"
}