Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
modul:m293:learningunits:lu12:loesungen:universalselector [2024/03/28 14:07] – angelegt - Externe Bearbeitung 127.0.0.1 | modul:m293:learningunits:lu12:loesungen:universalselector [2024/06/25 11:49] (aktuell) – msuter | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
====== LU12.L03 - Universal-Selektor anwenden ====== | ====== LU12.L03 - Universal-Selektor anwenden ====== | ||
- | [[https://templates-html.github.io/M293_LU12_02_universalselector/|Live Preview]] | + | [[https://bzz-m293.github.io/m293-lu12-a03-universalselector/|Live Preview]] |
- | <file html4strict index.html> | + | {{gh>https://github.com/BZZ-M293/m293-lu12-a03-universalselector/blob/solution/index.html}} |
- | < | + | |
- | <html lang=' | + | |
- | < | + | |
- | <title>Universalselektor< | + | |
- | <meta charset=' | + | |
- | <link rel=' | + | |
- | </head> | + | |
- | < | + | |
- | < | + | |
- | < | + | |
- | </ | + | |
- | < | + | |
- | < | + | |
- | < | + | |
- | < | + | |
- | </ | + | |
- | < | + | |
- | < | + | |
- | < | + | |
- | < | + | |
- | </ | + | |
- | </ | + | |
- | </html> | + | |
- | </ | + | |
- | <file css style.css> | + | {{gh>https:// |
- | * { | + | |
- | margin: 5px; | + | |
- | padding: 3px; | + | |
- | border: 1px dotted black; | + | |
- | text-align: center; | + | |
- | font-family: ' | + | |
- | } | + | |
- | + | ||
- | header, footer { | + | |
- | background-color: cornflowerblue; | + | |
- | } | + | |
- | + | ||
- | main * { | + | |
- | background-color: | + | |
- | } | + | |
- | + | ||
- | nav { | + | |
- | background-color: | + | |
- | } | + | |
- | + | ||
- | nav a { | + | |
- | background-color: | + | |
- | } | + | |
- | </ | + | |
===== Änderungen ===== | ===== Änderungen ===== |