Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/koddsson/details-flash-demo

Dismissable flash element demo
https://github.com/koddsson/details-flash-demo

demo details no-js

Last synced: 7 days ago
JSON representation

Dismissable flash element demo

Awesome Lists containing this project

README

        

# Dismissable flash element demo

Use `` and some CSS to make a dismissable flash element.

## Usage

```html


X

Dismissable message goes here

```

```css
details:not([open]) {
display: none;
}
```