$('.boxMe').box();
div
content with boxMe
class
$('.otherOne, .anotherOne').box();
div
content with otherOne
classdiv
content with anotherOne
classChange 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...