FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
border-radius Is More Powerful Than You Think
How-ToWeb Development

border-radius Is More Powerful Than You Think

via Dev.to WebdevMichael Lip3h ago

Most developers use border-radius with a single value. border-radius: 8px for cards, border-radius: 50% for circles, maybe border-radius: 9999px for pill-shaped buttons. That covers 90% of use cases. But the property accepts up to eight values, and the shapes you can create with the full syntax are surprisingly versatile. Let me show you what the full specification actually allows. The shorthand is hiding complexity The border-radius property is shorthand for four individual properties: border-top-left-radius : 10 px ; border-top-right-radius : 10 px ; border-bottom-right-radius : 10 px ; border-bottom-left-radius : 10 px ; Each of these individual properties accepts two values: a horizontal radius and a vertical radius. When they're different, the corner becomes an elliptical arc instead of a circular one. /* Circular corner: 10px radius */ border-top-left-radius : 10 px ; /* Elliptical corner: 20px wide, 10px tall */ border-top-left-radius : 20 px 10 px ; The full shorthand uses a sl

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
0 views

Related Articles

The Maven Velocity Playbook: Mastering Build Speed, Dependency Scopes, and Modern Caching
How-To

The Maven Velocity Playbook: Mastering Build Speed, Dependency Scopes, and Modern Caching

Medium Programming • 48m ago

Monte Verde site gets a new date, but the big picture doesn't change
How-To

Monte Verde site gets a new date, but the big picture doesn't change

Ars Technica • 1h ago

Your CLAUDE.md Is a Suggestion. Hooks Make It Law.
How-To

Your CLAUDE.md Is a Suggestion. Hooks Make It Law.

Medium Programming • 1h ago

The Hidden Complexity of Citation Formatting (And Why I Automated It)
How-To

The Hidden Complexity of Citation Formatting (And Why I Automated It)

Dev.to Beginners • 2h ago

The Widmark Formula: How BAC Is Actually Calculated
How-To

The Widmark Formula: How BAC Is Actually Calculated

Dev.to Tutorial • 2h ago

Discover More Articles