Answers for "put href in a button to another location on page"

0

button href

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
}
Posted by: Guest on June-25-2020

Code answers related to "put href in a button to another location on page"

Browse Popular Code Answers by Language