Border Bottom Left Radius

Set the bottom-left border radius for an element.

Widely available

This feature is well established and works across many devices and browser versions.

Chrome
Edge
Firefox
Safari

bblr-0
border-bottom-left-radius: 0;
bblr-xs
border-bottom-left-radius: 0.125rem;
bblr-sm
border-bottom-left-radius: 0.25rem;
bblr-md
border-bottom-left-radius: 0.375rem;
bblr-lg
border-bottom-left-radius: 0.5rem;
bblr-xl
border-bottom-left-radius: 0.75rem;
bblr-xxl
border-bottom-left-radius: 1rem;
bblr-3xl
border-bottom-left-radius: 1.5rem;
bblr-full
border-bottom-left-radius: 100%;
bblr-half
border-bottom-left-radius: 50%;
bblr-pill
border-bottom-left-radius: 9999px;
bblr-px
border-bottom-left-radius: 1px;

Responsiveness

Use breakpoint prefixes to target different screen sizes. Styles apply from the breakpoint & up.

Target viewport sizes with breakpoint prefixes.

sm:bblr-(value)
Small640px
md:bblr-(value)
Medium768px
lg:bblr-(value)
Large1024px
xxl:bblr-(value)
Extra Large1536px

Hover State

Apply styles conditionally on hover using the h: prefix.

Add the h: prefix to apply styles only when the user hovers over the element.

Syntax:h:bblr-(value)

Logical Properties

Use logical properties to adapt to the document's writing mode & direction.

Border End Start Radius

Set the logical end-start border radius for an element.

Widely available

This feature is well established and works across many devices and browser versions.

Chrome
Edge
Firefox
Safari

besr-0
border-end-start-radius: 0;
besr-xs
border-end-start-radius: 0.125rem;
besr-sm
border-end-start-radius: 0.25rem;
besr-md
border-end-start-radius: 0.375rem;
besr-lg
border-end-start-radius: 0.5rem;
besr-xl
border-end-start-radius: 0.75rem;
besr-xxl
border-end-start-radius: 1rem;
besr-3xl
border-end-start-radius: 1.5rem;
besr-full
border-end-start-radius: 100%;
besr-half
border-end-start-radius: 50%;
besr-pill
border-end-start-radius: 9999px;
besr-px
border-end-start-radius: 1px;