I have a box container as shown bellow

Which i want to code in a modular way so that i can use the html css structure to build any size box in width and height. I will be using Bootstrap to code the website
Which is the best way to get started.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I tried to keep this as similar to your example as I could with straight CSS. Given this approach, you won’t find immediate support in IE8 and lower.
The markup for the box itself is pretty simple:
The CSS for this markup can be found below the preview image below.
Demo: http://jsbin.com/ogesuf/5/edit