Bootstrap box/table structure

content-table
Hello, i creating content box/table like in this picture, but i stuck with code structure my main problem is i dont know how to keep bolded titles out of the box. I trying to do this with “position: absolute;”, but in same time using “overflow: hidden” and my titles disappears. How can i fix this problem and what is the best way to do this content box/table with bootstrap?
My result: https://jsfiddle.net/13bx7g2v/

@SkySonny please check if this is helpful to you.
I have tried designing a similar structure. I have used bootstrap’s classes. Also added custom CSS.
please check at this URL.

1 Like

This result looks pretty good. Thanks! I think I will use this till I find a solution for a fully responsive version.