Button Styling Inside Border
Hi,
Is there a way to style the button using css to look like this? https://stackoverflow.com/questions/24519268/how-to-make-a-button-with-inside-border
I've tried the css below adding it as a class but it encompasses the button instead of targeting the inside.
.insidestroke{
outline: 2px solid red;
background-color:#d59f35;
outline-offset: 15px;}
Thanks
Comments