Anonymous A. answered 12/04/19
CSS Expert with 10+ years of experience
Hello,
You can create a heart shape using a single HTML element and using the :before and :after pseudo elements.
Here's demo in CodePen: https://codepen.io/stellina91/pen/grIHf
This is the HTML and CSS used in that demo:
HTML
CSS
The author of that demo is Micol Bellantoni.