+ 2
What is the CSS property that is used to set dimensions and styles for phones and computers screens?
set styles for different resolution platform
1 Answer
+ 1
@media screen and (max-width:XXXpx){
}
change the XXX to desired pixel size and write the styling in the block