![]() |
VOOZH | about |
Bulma is a free, open-source CSS framework based on flexbox. It is component-rich, compatible, and well documented. It is highly responsive in nature. It uses classes to implement its design.
The Bulma select color is used to set the color on the select element. The color is applied on the border and dropdown icon of the select menu.
Bulma select colors classes:
Syntax:
<div class="select is-primary"> <select> <option> ... </option> </select> </div>
Example: This example demonstrates Bulma select colors.
Output:
Reference: https://bulma.io/documentation/form/select/#colors