CSS is not properly working in chrome and firefox, in IE and Edge works fine
-
Hi there,
I’m using font shadow on my site, when I will open IE or Edge, then everything is just fine. When I will start Firefox or Chrome: font, size and color are correct, but shadows are missing. Any ideas how I can fix it?
Here is code im using:
h1 {
font-size: 72px;
font-family: MTCORSVA;
color:white;
text-shadow: 0 1px 5px 2px black;Thank in advance for your help.
- The topic ‘CSS is not properly working in chrome and firefox, in IE and Edge works fine’ is closed to new replies.