When min-width = 600px and user hover over element then solid black will create around div.
You can also invert the media query by simply adding the "not" keyword after @ media
Sometimes managing media queries might be a tough task.
So whenever you're working on pure CSS, make sure to check some standard device viewports and try to minimize number of media queries in your code
I hope you get a quick overview of how media query works. The syntax of media query and stuff like that.
Responsive Web Design is an important thing to learn.
In this I'll try to give you a quick overview and tips to make you web page responsive
So what are you waiting for? This thread is for you๐
๐งตโฌ๏ธ
๐ ABSTRACT
In this thread I have covered some quick tips and overview of RWD
1๏ธโฃ Use meta viewport element
2๏ธโฃ Don't use large fixed width
3๏ธโฃ Try to use Layouts
4๏ธโฃ Use box-sizing: border-box
5๏ธโฃ Media Queries are saviour
6๏ธโฃ Use "auto" in media
7๏ธโฃ Use frameworks if possible
Responsive web design is not a kind of program or framework. We can say it's a combination of various concepts using which we try to make our web page look good on all devices
The great thing is that you can achieve RWD using HTML and CSS onlyโก
Lately, I love writing blogs on @hashnode. Initially I wasn't sure how to start but now I get it that process is pretty easy and straight forward๐
Why I prefer Hashnode over other platforms?
1. You can blog at your personal domain (blog.pratham.codes) 2. You can customize your blog design entirely 3. Inbuilt community of thousands of developers 4. Personalized Newsletters
CONT...๐
5. Hashnode has a great UX and UI 6. You can add many pages to your customized blog