I try to apply media queries on the site, but my fame is not very deep in this section, so basically I want to apply a certain style to the tag when the detected screen is larger than 1024 * 768.
I did it
@media screen and ( device-width: 1024px ) { }
but I have to determine when the resolution is greater than 1024
source share