https://github.com/5t3ph/css-webring
A simple web component that retrieves a selection of CSS blog links with customization available via CSS variables.
https://github.com/5t3ph/css-webring
Last synced: over 1 year ago
JSON representation
A simple web component that retrieves a selection of CSS blog links with customization available via CSS variables.
- Host: GitHub
- URL: https://github.com/5t3ph/css-webring
- Owner: 5t3ph
- Created: 2020-10-13T03:09:43.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2020-10-13T04:44:07.000Z (almost 6 years ago)
- Last Synced: 2024-10-26T05:36:11.811Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://codepen.io/5t3ph/pen/jOrbqKL
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSS Webring
Inspired by the CodePen challenge for the week of October 12, 2020, I used the prompt to create my first web component to embed a webring like the cool kids used to have.
You can add your CSS blog to the webring by making a pull request and adding your website title and link to `webring.json`.
## Use the `css-webring` web component
[This CodePen](https://codepen.io/5t3ph/pen/jOrbqKL) demonstrates how to use the `css-webring` web component.
You may customize the style by passing updates to the CSS custom variables as shown in the CodePen CSS panel.