Responsive Web Design, using media-queries
@media screen and (min-width: 800px) {
// this css will only be used when the screen size is min 800px
}
Responsive Web Design, using media-queries
@media screen and (min-width: 800px) {
// this css will only be used when the screen size is min 800px
}