border-end-start-radius

Rounds the corner where the 'end' of the block dimension meets the 'start' of the inline dimension (bottom-left in LTR). Like all logical properties, it adapts to the text direction.

It is documented as part of the CSS Logical Properties and Values specification.

/* Usage Example */
aside {
  /* Rounds the logical bottom-left corner */
  border-end-start-radius: 12px;
  padding: 1rem;
  background: #f8fafc;
}

/* Syntax */
border-end-start-radius: border-top-left-radius;

/* Global values */
border-end-start-radius: inherit;
border-end-start-radius: initial;
border-end-start-radius: revert;
border-end-start-radius: revert-layer;
border-end-start-radius: unset;
Widely available Since 2021 95% global usage

This feature is well established and works across many devices and browser versions. It has been available across browsers since 2021.

89+
66+
15+
89+
Kinsta

Your first month is free

Managed WordPress hosting for faster sites.

Learn more

New CSS drops.

Join 600+ readers who've survived clearfix hacks.

ESC