I am trying to create a button with a colored border around its text.
Here is the code for my button:
<input id="btnexit" class="exitbutton" type="button" value="Exit" name="btnExit"></input>
Although I have already added CSS styles for the button's border, I still need to figure out how to add a colored border specifically around the text 'Exit'.
Can this be achieved through CSS? If not, what alternative methods could I explore?