Simple RGB glow effect for your pages
Adding RGB glow effect is very simple and just takes a few lines of code .
First add a simple div and give id glowbox to add the rgb effect
<body>
<div id="glowbox"></div>
</body>
We then need to add a javascript functions that changes the...
yatheesh.hashnode.dev2 min read