Safari Css only
Tue Dec 17 2024 06:41:37 GMT+0000 (Coordinated Universal Time)
Saved by
@sayali14
/* Safari 11+ */
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
Your Code here
}}
/* Test website on real Safari 11+ */
content_copyCOPY
Comments