Re: [csswg-drafts] [css-borders-4] New `border-radius` value for perfectly matching nested radii (#7707)

@yisibl Use `box-shadow`? https://software.hixie.ch/utilities/js/live-dom-viewer/saved/13047

```css
  margin-top: 50px;
  box-shadow: 0 -40px 0 10px var(--bd-color), 0 0 0 10px var(--bd-color);
  border-radius: 10px;
```

-- 
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7707#issuecomment-2324306328 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 2 September 2024 09:49:13 UTC