Hi
I am building a new website and am using media queries so is responsive, can anyone just quickly confirm the following media query breakpoints I am using are ok and I am using px in each media query for the div id and classes, are px ok to use?
Thank you in advanceCode:@media only screen and (max-width : 320px) {
}
@media only screen and (min-width : 321px) and (max-width : 480px) {
}
@media only screen and (min-width : 768px) and (max-width: 1024px) {
}
@media only screen and (min-width : 1224px) {
}
@media only screen and (min-width : 1824px) {
}
