Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fisker/inset-border-radius
Inset border-radius
https://github.com/fisker/inset-border-radius
Last synced: 6 days ago
JSON representation
Inset border-radius
- Host: GitHub
- URL: https://github.com/fisker/inset-border-radius
- Owner: fisker
- Created: 2024-07-25T16:47:24.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T10:45:27.000Z (4 months ago)
- Last Synced: 2024-07-26T20:13:19.796Z (4 months ago)
- Language: HTML
- Homepage: https://fisker.github.io/inset-border-radius/
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Inset border-radius
## Usage
The mask version
```html
.my-cool-box {
--radius-start-start: 15px;
background: rebeccapurple;
}```
The background version
```html
.my-cool-box {
--radius-start-start: 15px;
--background-color: rebeccapurple;
}```