CSS COURSE • LESSON
📱 CSS Media Queries
Master CSS and create modern responsive websites with EDUHUB CODE HUB.
CSS Media Queries
Media queries make websites responsive.
@media(max-width:600px){
body{
background:black;
}
}