.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

Choose your pricing plan

  • Free

    Our Free Plan is designed for individuals and small teams looking to explore our features without any commitment. This plan provides essential tools to help you get started.
    Free Plan
Follow Us!
Share Our Site!

All Rights Reserved 2024

bottom of page