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

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -