wigggle
v1.0.1
Published
A simple CSS framework to curve stuffs
Downloads
6
Readme
Wiggle Framework
Wiggle is a simple CSS framework designed to curve the corners of any shape.
Usage
- Include the
wiggle.css
file in your HTML. - Add the
wiggle
class to any element you want to curve.
<div class="wiggle" style="width: 100px; height: 100px; background-color: #007bff;"></div>