@media max width responsive code example
Example: media queries css responsive max width
@media only screen and (max-width: size in px) {
All of your css here
}
@media only screen and (max-width: size in px) {
All of your css here
}