Trying to set up different color section blocks with vertical text on my website's dashboard page. Similar to this example in JSfiddle: http://jsfiddle.net/afpn2y19/4/
<div id="outer">
<div id="inner">
//Feeling lost - how do I rotate?
</div>
</div>
The challenge I'm facing is making the color block span from the end of the vertical text to the other side of the page.
My goal is for the styling of the vertical label and text block to remain consistent even when the window is resized or more text is added dynamically.
I envision the final result looking like this: https://i.sstatic.net/n8y1K.png