{
    "path": "/home/krm/dev/mimer-academia/web/css/Exercises/shadow-on-image/exercise.sv.json",
    "s": "Ignor",
    "invert": true,
    "level": 1,
    "title": [
        "Bild har skuggor"
    ],
    "tags": [
        "color"
    ],
    "difficulty": "normal",
    "index": 15,
    "status": "beta",
    "author": [
        "krm"
    ],
    "created": {
        "year": 2026,
        "month": 2,
        "day": 10
    },
    "salution": "Blue is the new red!",
    "category": [
        "web"
    ],
    "description": [],
    "statments": [
        {
            "description": [
                "Gör så att bilden A nedan får \"box-shadow\" med parametrarna 15px och 5px."
            ]
        },
        {
            "description": [
                "Gör så att bilden B nedan får en skugga liknade den ovan med den ska vara gul."
            ]
        },
        {
            "description": [
                "Gör så att bilden C nedan får en röd cirkel runt sig med hjälp av skuggor."
            ]
        },
        {
            "description": [
                "Gör så att bilden D nedan får en gul skygga i högre övre hörnet."
            ]
        },
        {
            "description": [
                "Gör så att bilden E nedan får en kantlinje runt sig med hjälp av en skugga."
            ]
        },
        {
            "description": [
                "Gör så att bilden F nedan får en riktig surrealistisk skugga."
            ]
        }
    ],
    "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</style>\n\t<style>\n\t     img {\n\t\t\t margin: 10px;\n\t\t     width: 320px;\n\t\t     height: 240px;\n\t\t } \n\t</style>\n</head>\n<body>\n<h1> Image </h1>\n<h1> A </h1>\n<img id=\"image-1\" src=\"https://htsit.se/image/daisy.jpg\" />\n<h1> B </h1>\n<img id=\"image-2\" src=\"https://htsit.se/image/daisy.jpg\" />\n<h1> C </h1>\n<img id=\"image-3\" src=\"https://htsit.se/image/daisy.jpg\" />\n<h1> D </h1>\n<img id=\"image-4\" src=\"https://htsit.se/image/daisy.jpg\" />\n<h1> E </h1>\n<img id=\"image-5\" src=\"https://htsit.se/image/daisy.jpg\" />\n<h1> F </h1>\n<img id=\"image-6\" src=\"https://htsit.se/image/daisy.jpg\" />\n</body>\n</html>",
            "statments": [],
            "comment": [
                "Du ska bara lägga till något mellan style-tagarna."
            ]
        }
    ],
    "kind": "exercises"
}