programming:css
Differences
This shows you the differences between two versions of the page.
| programming:css [2022/06/19 17:46] – created levor | programming:css [2022/06/19 17:48] (current) – levor | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ^selector^meaning^ | ^selector^meaning^ | ||
| - | |#id_xyz { ... } | set attributes to an element by its ID| | + | |#id_xyz { ... } | set attributes to an element by its **ID**| |
| + | |.cls_abc { ... } | set attributes to a class. In the html you will have to specify: <div id=" | ||
programming/css.txt · Last modified: 2022/06/19 17:48 by levor
