
Marko Rađenović
958 PointsOn my screen nothing is changing when i write @media screen and (min-width: 900px;), (orientation: portrait;) {...}
@media screen and (min-width: 900px;), (orientation: portrait;) { section { background-color: cornsilk; } }
Nothing is happpening why?
Reggie Williams
Treehouse TeacherReggie Williams
Treehouse TeacherHey Marko Rađenović can you provide the workspace and have you tried adjusting the browser size?