Borders
You can use class to get border around your content. make sure to have a container for content. if you need a border only to a side Ex: border bottom. we have four different class to get that.When using the border CSS classes, the properties border-style, border-color and border-width is set.
Border | CSS class | Preview |
---|---|---|
All border | .rb-border | |
Top border | .rb-border-top | |
Right border | .rb-border-right | |
Bottom border | .rb-border-bottom | |
Left border | .rb-border-left |