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