Image button press impression

You have an image button and want to add a button press impression?

Simple! Trust me: most sites explain this too difficult

<style>
    button {
        border: none;
        background: none;
    }

    button:active {
        transform: translateY(2px);
    }
</style>

<button>
    <image src="button.png"></image>
</button>

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.