Answers for "What does this code do? Code: @media only screen and (max-width: 500px) { body { background-color: lightblue; }}"

CSS
1

css media screen

@media (max-width: 991px){
    .mobile{
        display: block;
    }
}
Posted by: Guest on October-30-2020

Code answers related to "What does this code do? Code: @media only screen and (max-width: 500px) { body { background-color: lightblue; }}"

Browse Popular Code Answers by Language