Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/koddsson/details-flash-demo
- Owner: koddsson
- Created: 2019-03-26T08:42:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-03T11:18:45.000Z (over 5 years ago)
- Last Synced: 2024-10-16T09:41:46.310Z (about 1 month ago)
- Topics: demo, details, no-js
- Language: HTML
- Homepage: https://koddsson.github.io/details-flash-demo/
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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;
}
```