blob: 24a4566013d580b79a83c09ece19236f8be596e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# CSS Border Previewer
An app to preview how a shapes looks when you change CSS border properties.
You can find more details about the implementation here: https://github.com/florinpop17/app-ideas/blob/master/Projects/1-Beginner/Border-Radius-Previewer.md but I have decided to not limit myself to border-radius.
## Preview
You can see a live preview here: https://demo.armandphilippot.com/#css-border-previewer
## License
This project is open-source and available under the [MIT License](../LICENSE).
|