Skip to content

Links

Edit on GitHub

Link navigates to another page, another section of a page, or an external site, with lighter visual weight than a button.

@volvo-cars/css v2.5.1

Read our terms and conditions before proceeding.

Show codeHide code
<p>Read our <a href="#">terms and conditions</a> before proceeding.</p>
Show codeHide code
<nav class="flex flex-col gap-8">
<a href="#" class="link-plain">Models</a>
<a href="#" class="link-plain">Accessories</a>
<a href="#" class="link-plain">Service</a>
</nav>