Does anyone have recommendations for CSS Media queries for these platforms:
1 Replies
Media queries can be used to check many things, like as:
1.width and height of the viewport
2.width and height of the device
3.resolution
we can use media query to fix the style in desktop,laptop,mobile phone,iPhone ,Android etc.
Media Queries for Xbox Edge Browser;
@media screen (-ms-ime-align:auto) {
#id {
background: rgba(0,0,255,0.3)
;
}
}