![]() |
VOOZH | about |
Bulma is an Open source CSS framework developed by Jeremy Thomas. This framework is based on the CSS Flexbox property. It is highly responsive, minimizing the use of media queries for responsive behavior. The best part about the Bulma framework is that it is responsive in nature. It is modular which means that we just need to import whatever we need and basic CSS knowledge is more than enough for using the Bulma framework.
Tables are an essential part of any website to represent the data in an easier way. The Bulma framework provides the facility to create tables with ease. There are times when we have to create tables in a certain manner such as a table with a border or a narrow-sized table, etc. These desired results can be achieved with the help of table modifiers in the Bulma framework that are used to modify the tables.
Bulma Table Modifier Classes:
Syntax:
<table class="table Table-Modifier-Classes">
Let us now have a look at a couple of programs that demonstrate how to create a bordered table and a striped table.
Example 1: The is-bordered table modifier class is used in the following program.
Output:
Example 2: The is-striped table modifier class is used in the following program.
Output:
Reference Link: https://bulma.io/documentation/elements/table/