Skip to main content

Border Radius

Utilities for controlling the border radius of an element.

CSS Property:border-radius
Classes:29

Border Radius Classes

ClassCSS
rounded-noneborder-radius: 0px;
rounded-smborder-radius: 0.125rem;
roundedborder-radius: 0.25rem;
rounded-mdborder-radius: 0.375rem;
rounded-lgborder-radius: 0.5rem;
rounded-xlborder-radius: 0.75rem;
rounded-2xlborder-radius: 1rem;
rounded-3xlborder-radius: 1.5rem;
rounded-fullborder-radius: 9999px;
rounded-s-noneborder-start-start-radius: 0px; border-end-start-radius: 0px;
rounded-s-lgborder-start-start-radius: 0.5rem; border-end-start-radius: 0.5rem;
rounded-e-noneborder-start-end-radius: 0px; border-end-end-radius: 0px;
rounded-e-lgborder-start-end-radius: 0.5rem; border-end-end-radius: 0.5rem;
rounded-t-noneborder-top-left-radius: 0px; border-top-right-radius: 0px;
rounded-t-lgborder-top-left-radius: 0.5rem; border-top-right-radius: 0.5rem;
rounded-r-noneborder-top-right-radius: 0px; border-bottom-right-radius: 0px;
rounded-r-lgborder-top-right-radius: 0.5rem; border-bottom-right-radius: 0.5rem;
rounded-b-noneborder-bottom-right-radius: 0px; border-bottom-left-radius: 0px;
rounded-b-lgborder-bottom-right-radius: 0.5rem; border-bottom-left-radius: 0.5rem;
rounded-l-noneborder-top-left-radius: 0px; border-bottom-left-radius: 0px;
rounded-l-lgborder-top-left-radius: 0.5rem; border-bottom-left-radius: 0.5rem;
rounded-tl-noneborder-top-left-radius: 0px;
rounded-tl-lgborder-top-left-radius: 0.5rem;
rounded-tr-noneborder-top-right-radius: 0px;
rounded-tr-lgborder-top-right-radius: 0.5rem;
rounded-br-noneborder-bottom-right-radius: 0px;
rounded-br-lgborder-bottom-right-radius: 0.5rem;
rounded-bl-noneborder-bottom-left-radius: 0px;
rounded-bl-lgborder-bottom-left-radius: 0.5rem;

Arbitrary Values

You can use arbitrary values with square bracket notation when you need a specific value not included in the default scale.

[border-radius:value]

Responsive Variants

Apply border radius utilities at specific breakpoints using responsive prefixes.

BreakpointPrefixExample
640px+sm:sm:rounded-none
768px+md:md:rounded-none
1024px+lg:lg:rounded-none
1280px+xl:xl:rounded-none
1536px+2xl:2xl:rounded-none