Complete introduction of CSS media queries for beginners
Thread ๐งต
The biggest misconception among beginners are they think that media queries are for making a website responsive.
Though that's the one use case of media queries. You can use them modifying your site according to device media type. Let's see this in bit more details
Media types describe the general category of a device.
They are useful when you want to modify your site or app depending on a device's general type (such as print vs. screen) or specific characteristics and parameters (such as screen resolution or browser viewport width).
Websites for all kind of learning resources for web developers
- Fundamentals
- Accessibility
- Web components
- Progressive web apps
- Frameworks and libraries
- Testing
- Architecture and Paradigm
- UI and UX
- DS and Algo
I joined Tech Twitter 11 months ago and during this time I made around 72K audience.
Everyone can do this. Let me share how ๐งต
1๏ธโฃ Find your niche
Evaluate your passions and skills. And share something in the community in which you are good at. This is how you can let the people know that new member joined in the community recently
This is how I started ๐๐ป
2๏ธโฃ Use big accounts smartly ๐
I have noticed many people tag big accounts in their tweet in order to get impressions. This is not the right thing.
You can reply on the posts of big accounts and by doing so there might be some chances of getting impressions on your reply....
The <wbr> (Word Break Opportunity) tag specifies where in a text it would be ok to add a line-break
When a word is too long, the browser might break it at the wrong place. You can use the <wbr> tag to add word break opportunities
2๏ธโฃ <bdi>
The HTML Bidirectional Isolate element (<bdi>) tells the browser's bidirectional algorithm to treat the text it contains in isolation from its surrounding text.