{
    "path": "/home/krm/dev/mimer-academia/web/css/Section/selector.sv.json",
    "s": "Ignor",
    "invert": true,
    "level": 1,
    "title": [
        "Om selektor i CSS"
    ],
    "description": [
        "Detta är en samling av exempel om selektorer."
    ],
    "statments": [],
    "comment": [],
    "cards": [
        {
            "level": 2,
            "title": [
                "# 👁️‍🗨️ Selektor"
            ],
            "description": [
                "Selektorer är viktiga för CSS"
            ],
            "statments": [],
            "comment": []
        },
        {
            "level": 2,
            "title": [
                "❓ Hur används fonter i CSS"
            ],
            "description": [
                "Vanliga selektorer."
            ],
            "statments": [],
            "comment": []
        },
        {
            "level": 2,
            "title": [
                "Att använda vanliga selektorer."
            ],
            "description": [
                "🔨 ",
                [
                    {
                        "link": "./selector.html"
                    },
                    {
                        "form": "important"
                    },
                    "Enkelt exempel med klasser och id"
                ],
                "",
                " 🔨 ",
                [
                    {
                        "link": "./selector-tag.html"
                    },
                    {
                        "form": "important"
                    },
                    "Välj med hjälp av tagar"
                ],
                "",
                " 🔨 ",
                [
                    {
                        "link": "./select-tag.html"
                    },
                    {
                        "form": "important"
                    },
                    "Välj med mer hjälp av tagar"
                ],
                "",
                " 🔨 ",
                [
                    {
                        "link": "./select-tag-and-id.html"
                    },
                    {
                        "form": "important"
                    },
                    "Väl med tagar och id"
                ],
                "",
                " 🔨 ",
                [
                    {
                        "link": "./select-tag-and-class.html"
                    },
                    {
                        "form": "important"
                    },
                    "Välj med tagar och klasser"
                ],
                "",
                " 🔨 ",
                [
                    {
                        "link": "./select-tag-id-and-class.html"
                    },
                    {
                        "form": "important"
                    },
                    "Välj med tagar, id och klasser"
                ],
                "",
                " ⭕️ ",
                [
                    {
                        "link": "./select.exercise.html"
                    },
                    {
                        "form": "important"
                    },
                    "Övning med tagar, id och klasser"
                ]
            ],
            "statments": [],
            "comment": []
        }
    ],
    "kind": "section"
}