programming:css
css
selector | meaning |
---|---|
#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=“def” class=“.cls_abc”> |
programming/css.txt · Last modified: 2022/06/19 17:48 by levor