What is Grid and Media Query in CSS
Media Query:
Media query is used to create a responsive webdesign across all screen size.
The basic syntax of media query is.
@media media-type (media-feature){
/*Styles go here*/
}
Media Queries Examples.
The following example change the bac...
prithviraj.hashnode.dev3 min read