diff --git a/Component:-Box.md b/Component:-Box.md index b8f4912..5ba178e 100644 --- a/Component:-Box.md +++ b/Component:-Box.md @@ -2,7 +2,7 @@ Documentation for the box component and its variants. The box component is used for variety of reasons. Mainly used to hold content of a specific widget. - **Structure:** the box has three main sections. The header, body and footer. Example of usage below. -``` +```css

Title

@@ -27,7 +27,7 @@ The box component is used for variety of reasons. Mainly used to hold content of - `.box-info` Example of usage: - ``` + ```css
@@ -44,7 +44,7 @@ The box component is used for variety of reasons. Mainly used to hold content of ``` To get a fully colored header instead of a top border only, add the `.box-solid` class to the box. Example: - ``` + ```css
@@ -60,7 +60,7 @@ The box component is used for variety of reasons. Mainly used to hold content of
``` A box can be converted to a tile, which is a fully colored widget, by adding any of the available `.bg-*` classes. For example, to get a green box, we add `bg-green` to the box. - ``` + ```css