$('.boxMe').box();

Some div content with boxMe class
$('.otherOne, .anotherOne').box();

Another div content with otherOne class
Another div content with anotherOne class


Change jRounded.css file to change box background color, text type, size, top, bottom margins, etc.

Box with a white background color.

Just add bg-white CSS class to your box and it's done.

This is simply achieved by adding my custom CSS. You can do way more than that...