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

sonata admin - how to add ManyToOne property field in configureListfield in sonataAdmin -

wpf - ControlTemplate with changes for every class -

sql - Return Function using Cursor -