.heart-btn { width: 50px; height: 50px; background-color: transparent; border: none; position: relative; cursor: pointer; } .heart-btn::before, .heart-btn::after { content: ""; width: 25px; height: 45px; background-color: red; position: absolute; top: 0; transform: rotate(-45deg); border-radius: 50px 50px 0 0; } .heart-btn::before { left: 10px; } .heart-btn::after { right: 10px; } .heart-btn:hover::before, .heart-btn:hover::after { background-color: darkred; }
top of page
ABOUT
About the CEO
About the Company
BLOG
My Account
Forum
More
Use tab to navigate through the menu items.
HOME
More
Use tab to navigate through the menu items.
Log In
To see this working, head to your live site.
Categories
All Posts
My Posts
Questions & Answers
Get answers and share knowledge.
Get the Conversation Started
This is where you’ll find all posts in the forum.
Create New Post
bottom of page