let’s talk together

If you have a project in mind, want to collaborate, or just want to say hello, feel free to reach out. I’ll get back to you as soon as possible.

+91 88487 89437
KERALA ,INDIA
ABHINANDMS2015@GMAIL.COM

    Parallax Background
    Prev
    Next
    Select the fields to be shown. Others will be hidden. Drag and drop to rearrange the order.
    • Image
    • SKU
    • Rating
    • Price
    • Stock
    • Availability
    • Add to cart
    • Description
    • Content
    • Weight
    • Dimensions
    • Additional information
    Click outside to hide the comparison bar
    Compare
    html { overflow-x: hidden; } .cursor { position: fixed; pointer-events: none; opacity: 0; } .cursor-small { top: 0px; left: 0px; z-index: 1; height: 20px; width: 20px; border-radius: 50%; background-color: red; } .cursor-big { top: 0px; left: 0px; height: 100px; width: 100px; align-items: center; background-color: red; border-radius: 50%; color: white; display: flex; font-size: 15px; justify-content: center; padding: 10px; pointer-events: none; position: fixed; text-align: center; transform: translate(-50%, -50%); transition: color 0.5s ease; z-index:9999; } p{ margin-top: 10px; } /* disable custom cursor on tablet & mobile */ @media only screen and (max-width: 768px) { .cursor-small{ display:none; } }

    View project

    ```jsx ```