How to rotate the label 90 degrees for a grid

I need rotate the text 90 degree for a grid. for example:
image

CSS
or fancy HTML

https://jsfiddle.net/cguroo/hfs4r5j4/1513/

Hi, i solved it, with this tag for each column: '< p style=“transform: rotate(270deg);”>PAREDES< /p>**
Now i need to change the WIDTH for columns, SC does not allowed change it with propertie WIDTH.
image

1 Like