What to do during Summer? We have to first be able to create the hearts dynamically through scripting, the following scripts will do the job. Feel free to add it if its of interest, I saw the CSS shape illustration in feedly and ran right out to make my own heart before even reading the article! const whiteHeart = '\u2661'; const blackHeart = '\u2665'; const button = document.querySelector ('button'); button.addEventListener ('click', toggle); function toggle () { const like = button.textContent; if (like==whiteHeart) { button.textContent = blackHeart; } else { button.textContent = whiteHeart; } } <button></button> Share To learn more, see our tips on writing great answers. We can let the web do the drawing for us. Add falling emojis/text/images to your profile. Why is Noether's theorem not guaranteed by calculus? yeah this tutorial will show you how to Add Falling colored stars / Snowflakes /stars /butterfly / heart / Flowers / Leaves to Your Blog.Its much simple than any other trick found on the net because you just have to add a simple single code to your blogspot post.Adding a colored stars / Snowflakes /stars /butterfly / heart / Flowers / Leaves You can also subscribe to our weekly newsletter at http://frontendweekly.co,