Learn: Media Query
What is Media Query?
It uses the @media rule to include a block of CSS properties only if a certain condition is true.
Here we are selecting the particular block and made changes according to the device sizes.
@media only screen and (max-width: 600px...
nareshblogs.dev4 min read