![]() |
VOOZH | about |
Primer CSS is a free and open-source CSS framework that is built using the GitHub design system for providing support to the broad spectrum of GitHub websites. It helps in creating the foundation of the basic style elements such as spacing, components, typography, color, etc.
In this article, we'll see about Primer CSS Select Menu Right aligned. A select menu provides support for website navigation, filtering, etc. We can align the select menu to the right using SelectMenu right-* class.
Primer CSS Select Menu Right-aligned Class:
Syntax:
<div class="SelectMenu right-*"> ... </div>
Example 1: Below example demonstrates the Select Menu right-aligned with the margin of 0.
Output:
Example 2: Below example demonstrates the Select Menu right-aligned with a margin of 6.
Output:
Reference: https://primer.style/#right-aligned