­
­

Table of Contents Pages Bank Details The Power Of Subscription Economy. var tocList = document.getElementById('toc-list'); var headings = document.querySelectorAll('h2, h3, h4'); headings.forEach(function(heading) { var listItem = document.createElement('li'); var link = document.createElement('a'); link.textContent = heading.textContent; link.setAttribute('href', '#' + heading.id);...

Read More

  • Share

Social Media Icons @import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap"); * { margin: 0; padding: 0; box-sizing: border-box; } *:focus, *:active { outline: none !important; -webkit-tap-highlight-color: transparent; } html, body { display: grid; height: 100%; width: 100%; font-family: "Poppins", sans-serif; place-items: center; background:...

Read More

  • Share

Easy Glowing Web Card with HTML, CSS or JS

body { display: flex; margin: 0; padding: 0; min-height: 100vh; background: #444; justify-content: center; align-items: center; font-family: arial; } .container .card .face { width: 300px; height: 200px; transition: .4s; } .container .card .face.face1 { position: relative; background: #333;...

Read More

  • Share