Answers for "change css if safari"

CSS
1

css Safari conditional

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ 
    /*
      Define here the CSS styles applied only to Safari browsers
      (any version and any device)
     */
}
Posted by: Guest on August-03-2021

Browse Popular Code Answers by Language