![]() |
VOOZH | about |
Blaze UI is a framework-free open source UI toolkit that uses JavaScript components to build great user interfaces. It is the same as a bootstrap for use and has excellent different elements to use to make your website look more amazing. This framework allows us to use various of its styles and properties to make a website more user-friendly.
Blaze UI provides Containers to add data with responsive stylings. Containers provide media query screen width restrictions on the content. There are six sizes offered by the Blaze UI Containers, xsmall, small, medium, large, xlarge, and super.
Containers are based on the following screen size variables:
Blaze-UI Container Class:
Syntax:
<div class="o-container o-container-- ... ">...</div>
Example 1: The following code demonstrates the Blaze UI Container xsmall, and small size using provided classes.
Output:
Example 2: The following code demonstrates the Blaze UI Container medium, and large size using provided classes.
Output:
Example 3: The following code demonstrates the Blaze UI Container xlarge and super size using provided classes.
Output:
Reference: https://www.blazeui.com//objects/containers/