I am making a website, but an element needs margin in Chrome and other browsers, but not in safari. So I want to add a css line to fix it, but I can\'t find any method to ad
I have tried almost all of the above-suggested solutions, but nothing is working around until I saw a piece of code in my says:
@-webkit-keyframes fadein { //code here }
And it did the job and applied the required CSS for: Safari, Chrome and Opera > 12.1
Safari, Chrome and Opera > 12.1
Hope this can help someone.