/ Published in: CSS
This snippet will allow you to enter chrome and safari specific css styling.
Expand |
Embed | Plain Text
@media screen and (-webkit-min-device-pixel-ratio:0) { /* the CSS styling below will only be picked up by Safari and Chrome */ body { background-image: url("../images/sweet.jpg"); } }
You need to login to post a comment.
