- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Mon, 02 Sep 2024 09:49:12 +0000
- To: public-css-archive@w3.org
@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