Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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;
}

```