Answers for "iphone CSS"

CSS
0

iphone CSS

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */ 
}

@supports not (-webkit-touch-callout: none) {
  /* CSS for other than iOS devices */ 
}
Posted by: Guest on August-31-2021

Browse Popular Code Answers by Language