{
    "path": "/home/krm/dev/mimer-academia/web/css/Section/list.sv.json",
    "s": "Ignor",
    "invert": true,
    "level": 1,
    "title": [
        "Om listor i CSS"
    ],
    "description": [
        "Detta är en samling av exempel om listor"
    ],
    "statments": [],
    "comment": [],
    "cards": [
        {
            "level": 2,
            "title": [
                "# 👁️‍🗨️ Listor"
            ],
            "description": [
                "Listor är viktiga för CSS"
            ],
            "statments": [],
            "comment": []
        },
        {
            "level": 2,
            "title": [
                "❓ Hur används listor i CSS"
            ],
            "description": [
                "Listors olika CSS egenskaper."
            ],
            "statments": [],
            "comment": []
        },
        {
            "level": 2,
            "title": [
                "Punktlistor"
            ],
            "description": [
                "🔨 ",
                [
                    {
                        "link": "./sampel-list.html"
                    },
                    {
                        "form": "important"
                    },
                    "Enkelt exempel"
                ],
                "",
                " 🔨 ",
                [
                    {
                        "link": "./unordered-list-style.html"
                    },
                    {
                        "form": "important"
                    },
                    "Punkt lista"
                ],
                "",
                " 🔨 ",
                [
                    {
                        "link": "./unordered-list-choose-style.html"
                    },
                    {
                        "form": "important"
                    },
                    "Punkt lista med annan style"
                ],
                "",
                " ⭕️ ",
                [
                    {
                        "link": "./unordered-list.exercise.html"
                    },
                    {
                        "form": "important"
                    },
                    "Övning om punkt listor"
                ]
            ],
            "statments": [],
            "comment": []
        },
        {
            "level": 2,
            "title": [
                "Numrerade listor"
            ],
            "description": [
                "🔨 ",
                [
                    {
                        "link": "./ordered-list.html"
                    },
                    {
                        "form": "important"
                    },
                    "Numrerad lista"
                ],
                "",
                " 🔨 ",
                [
                    {
                        "link": "./ordered-list-odd.html"
                    },
                    {
                        "form": "important"
                    },
                    "Numrerad lista med annan style"
                ],
                "",
                " ⭕️ ",
                [
                    {
                        "link": "./ordered-list.exercise.html"
                    },
                    {
                        "form": "important"
                    },
                    "Övning om numrerade listor"
                ]
            ],
            "statments": [],
            "comment": []
        },
        {
            "level": 2,
            "title": [
                "Listor med bilder"
            ],
            "description": [
                "🔨 ",
                [
                    {
                        "link": "./image-list.html"
                    },
                    {
                        "form": "important"
                    },
                    "Enkelt exempel med bilder i listan"
                ],
                "",
                " ⭕️ ",
                [
                    {
                        "link": "./image-list.exercise.html"
                    },
                    {
                        "form": "important"
                    },
                    "Mer övning bilder på list element"
                ]
            ],
            "statments": [],
            "comment": []
        }
    ],
    "kind": "section"
}