Styling a button with CSS
There are several ways to style a button with CSS, you can add an animation, shadows, curves and more, you just need to know the right code to use.
HTML
Firstly, we'll start with HTML, so our button can be displayed.
<button type="button">Button 1</b...
beela303.hashnode.dev2 min read