flâneur — a map of the web's best reading

border-radius - CSS: Cascading Style Sheets | MDN

developer.mozilla.org · 1,426 words · saved by 1 readers

The border-radius CSS property rounds the corners of an element's outer border edge. You can set a single radius to make circular corners, or two radii to make elliptical corners.

border-radius CSS property - CSS | MDN Skip to main content Skip to search border-radius CSS property Baseline Widely available This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. Learn more See full compatibility The border-radius CSS property rounds the corners of an element's outer border edge. You can set a single radius to make circular corners, or two radii to make elliptical corners. Try it border-radius: 30px; border-radius: 25% 10%; border-radius: 10% 30% 50% 70%; border-radius: 10% / 50%; border-rad

Explore this link on the map →

saved by

related reading