CSS 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.
Adding a Breakpoint
We can add a breakpoint where certain parts of the design will behave differently...
shekharcodes.hashnode.dev2 min read