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

https://github.com/georgewpark/css-gradient-rounded-borders

This project demonstrates a simple method of applying a CSS gradient to a rounded border using background-clip, providing a solution to the problem where border-radius alone won't create rounded corners when a gradient is applied using border-image.
https://github.com/georgewpark/css-gradient-rounded-borders

border border-radius css css-gradients design rounded-corners

Last synced: about 1 year ago
JSON representation

This project demonstrates a simple method of applying a CSS gradient to a rounded border using background-clip, providing a solution to the problem where border-radius alone won't create rounded corners when a gradient is applied using border-image.

Awesome Lists containing this project

README

          

# CSS Gradient Rounded Borders
This project demonstrates a simple method of applying a CSS gradient to a rounded border using background-clip, providing a solution to the problem where border-radius alone won't create rounded corners when a gradient is applied using border-image.

![CSS Gradient Rounded Borders Demo](demo-image.JPG "CSS Gradient Rounded Borders Demo")

## Live Demo
A live demo is available on [CodePen](https://codepen.io/GeorgePark/pen/EEGJEj).

## License
This project is licensed under the MIT License - see the [license.md](license.md) file for details.