How can we add some css in an html block ?
yes you can link your css in html block. if you link this then your elements can be without style for a moment.
But in cs-cart you should link in index.
{style src="addons/my_changes/styles.less"}
in design/themes/[YOUR_THEME]/templates/addons/my_changes/hooks/index/styles.post.tpl
How can we add some css in an html block ?
Just add class to the required element and add CSS rules to the CSS section of the theme editor