I'm currently working on a webpage that features various shades of red, green, yellow, and black in the background. I want to add font borders to the text displayed on this page, but using a single color just won't cut it. Check out the code here.
One solution I tried involves using webkit like this:
h1 { -webkit-text-stroke: 1px black; }
Unfortunately, this method is not supported by all browsers, so I've hit a roadblock.
If anyone has any suggestions or can offer assistance, I would greatly appreciate it. Thank you!