Warning: Undefined array key "DW7fa065a06cb74b536c124cfbe56ac6d3" in /var/www/gist.win/lib/plugins/translation/action.php on line 237

Warning: Trying to access array offset on value of type null in /var/www/gist.win/lib/plugins/translation/action.php on line 237
programming:css

css

selectormeaning
#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”>