html - Adding font borders to CSS code -


As the title suggests, I am trying to add the font limitations in the text, which I made I am There are lots of red, green, yellow and blacks in the background, so a color will not really be enough.

I know that I could do something like this with WebKit is like:

  h1 {-webkit-text-stroke: 1px black; }   

But since it is not supported on browsers, I'm stuck on class one.

Can anyone help me?

1 pixel stroke, text-shadow will :

  text-shadow: 0 px black;    

Comments

Popular posts from this blog

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -