how to add css support in pycharm code example
Example 1: use css in cshtml
<link rel="stylesheet" href="app.css" type="text/css" />
Example 2: how to add an ident in html
.tab { text-indent:40px }
<link rel="stylesheet" href="app.css" type="text/css" />
.tab { text-indent:40px }