border-end-end-radius

The logical way to round the 'bottom-right' corner (in standard English text). It automatically moves to the bottom-left if you switch to a right-to-left language, keeping your layout consistent.

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

/* Usage Example */
.modern-card {
  /* Rounds the logical bottom-right corner */
  border-end-end-radius: 24px;
  background: white;
  border: 1px solid #eee;
}

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

/* Global values */
border-end-end-radius: inherit;
border-end-end-radius: initial;
border-end-end-radius: revert;
border-end-end-radius: revert-layer;
border-end-end-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