dinsdag 25 april 2017

CSS @media

@media only screen and (max-width: 500px) {
    body {
        background-color: red;
    }
}

Geen opmerkingen:

Een reactie posten