crawl bot
<style type="text/css"> #vertical-orientation { float: left; transform: rotate(90deg); transform-origin: left top 0; margin-left: 50px; padding: 10px; background-color: rgba(37, 34, 34, 0.3); opacity: 0.9; font-size: 1.2em; color: #FFF; text-transform: uppercase; } #image-golf { background:url("img/golf.jpg"); width: 350px; height: 235px; }</style> <div id="image-golf"> <div id="vertical-orientation">Vertical Direction</div></div>