Wondering what the difference is between ___ and ___ in CSS, DOM, HTML or JavaScript? @nghuuphuoc has your back with super useful explanations that include many good practices, tips and tricks as well as “good to know” sections. https://t.co/2flOjTHR8N
Super excited to announce the new website for Technical Interviews! Huge thanks to the @eggheadio for designing & building this!
Working really hard to get this out for y'all! 🙏
https://t.co/AfFcMnHNrK
TIL text-decoration has an "overline" value AND can accept up to 4 decorations at once!
```
h1 {
text-decoration: overline;
text-decoration-color: deeppink;
}
```
explore on @codepen "Overstanding overlines" 👉 https://t.co/ZDVKHVWZsp
CSS Multi-Column is one for the back pocket: https://t.co/ubNgq1EiC5
Particularly like the masonry style layout it helped achieve here: https://t.co/D5C3PxCiM9
The cool thing about https://t.co/j4tZthgUjI is if you despise the color scheme I picked - or anything else - you can submit a stylesheet that changes it to your design preference!
Practice your modern CSS skills and show off your creativity, submissions are always open!
I once called myself a front-end developer which seemed legit for my expertise. Now every interview expects me to prove I am capable by writing JS that bends the fabric of time. What happened to responsive design, semantics, user experience, accessibility, perf at all levels?
CSS does such a great job we tend not to think about it. If good design is invisible, then CSS is the invisible tool that makes good design possible on the web.
https://t.co/YRjVTvThOQ
A neat way of using CSS custom properties to style external SVG nodes (no more inling necessary to achieve the same).
Screenshot from Lightning-fast Web Performance by @scottjehl. Original idea by @frontstuff_io in this article: https://t.co/qmWG9gE4Zi
@scottjehl Hi. I am impressed by your neat way of using CSS custom properties to style external SVG (as shown in one of your Lightning-Fast Web Peformance videos). Have you documented this anywhere such as a blog post? Haven't seen it before. Worth sharing