2 ответов
0
Please review how to use them correctly; https://www.w3schools.com/cssref/css3_pr_mediaquery.asp https://www.w3schools.com/css/css3_mediaqueries.asp There are also plenty of videos on YouTube that cover their usage.
26th May 2021, 2:35 AM
ChaoticDawg
ChaoticDawg - avatar
0
Yes u need to read a bit of info and watch videos, its pretty easy to start using em correctly, u just wrap around css rules that will overwrite the other rules written above(this due to the cascading nature of CSS) when the media query meets certain condition which mostly ull be using max-width or min-width, or both using and operator, in case u want to restrict ur media querie to certain values in a range.
26th May 2021, 2:54 AM
arturop200
arturop200 - avatar