How to create animated multicolour border on element
Here is a quick example of how you can create an animated multi-colour border effect for your element using CSS only
Creating the project structure
mkdir animated-border
cd animated-border
touch index.html
touch style.css
let's start with a bas...
poletto.dev2 min read