Media Query
What is a Media Query?
Media query is a CSS technique introduced in CSS3.
It uses the @media rule to include a block of CSS properties only if a certain condition is true.
Add a Breakpoint
Earlier in this tutorial we made a web page with rows and col...
tonyteja6s.hashnode.dev3 min read