![]() |
VOOZH | about |
Semantic UI is an open-source development framework that provides pre-defined classes to make our website look beautiful, amazing, and responsive. It is similar to Bootstrap which has predefined classes. It uses jQuery and CSS to create the interfaces. It can also be directly used via CDN like bootstrap.
Semantic UI menu provides us with different menu classes to make the navigation bar or side menus more beautiful. Semantic UI uses flexbox in the menus allowing each menu item to automatically stretch to the size of the largest item. In this article let us see about the menu coloured variation.
Semantic UI Segment Menu Coloured Variation Classes:
Syntax:
<div class="ui color item menu"> <a class="item"> ... </a> <a class="item"> .... </a> </div>
Example-1: This example demonstrates the menu coloured variation type.
Output:
Example-2: This example demonstrates the menu inverted coloured variation type.
Output :
Reference: https://semantic-ui.com/collections/menu.html#colored