November 27, 2024: Our X/Twitter account (@threadreaderapp) got hacked. Do NOT click on any of the scammy crypto links on our X account or send any coins to deceptive wallets.
- The ::selection pseudo-element matches the portion of an element that is selected by a user.
2️⃣ Range Input
- You can change the styling of input type="range"
3️⃣ Custom Scrollbar
- Customize the scrollbar of your website in few minutes
4️⃣ Scrollable element
- If you have some fixed size element then use overflow: auto. It will convert your element into scrollable element
5️⃣ Underline text like a pro
- You can create "wavy" line using one line of CSS
6️⃣ will-change property
- You can optimize the performance of your web page by adding one line of CSS. will-change tells the browser that how an element is expected to change
7️⃣ Image Carousel
- You can create carousel using 2 lines of CSS
8️⃣ Regular Expression
- You can use "pattern" attribute in order to specifies the regular expression
9️⃣ Intact your company name
- Use "translate" attribute and set it value to "no" for your company name. So that in case, the webpage is translated into another language, your brand name will remain intact
🔟 Icons using HTML
- You can use HTML entity or HTML code to print some cool symbols or icons
• • •
Missing some Tweet in this thread? You can try to
force a refresh
In the next 3 minutes, you will be able to tackle CORS errors much more effectively.
CORS is not rocket science.
It's the biggest pain for developers because the majority of us don't know its core concept.
Let's try to build a solid fundamental.
Stands for Cross-Origin Resource Sharing.
It is a security feature implemented by web browsers (almost all) that controls how web pages from one domain can request resources hosted on another domain.