CSS Media Queries
CSS Media Queries allow you to create responsive websites across all screen sizes, ranging from desktop to mobile. So you can see why it's important to learn this topic.
SYNTAX
@media screen and (max-width: 768px){
.container{
//Your code's here...
thanush.hashnode.dev1 min read