Awesome leetcode effect for your webpage.
Built completely with Vanilla JS.
Live preview at https://surajk95.github.io/leetify/
Copy leetify.js file to your webpage directory.
<script src="leetify.js" async></script> <script> window.onload=leetify( 'leetify', 'white', '32px' ); </script>
Change/Make id="leetify" of the div, or the element where you want the effect.
Insertbefore closing the body tag.