Mar 30, 2021
In this episode we cover typography on the web from your CSS. From font properties to word breaking. Also, Adam gets thrown off and amazed at how dynamic the text underline property is and revels in the difference between small caps and petite caps.
Links
MDN Text Fundamentals →
https://goo.gle/2O4Fh13
Text
Decoration...
Mar 23, 2021
In this episode we cover all the ways to style an element's background: using images, colors, gradients and more.
Links
CSS backgrounds-3 → http://goo.gle/2P0DGJE
CSS Tricks on backgrounds
→ http://goo.gle/2ODPCRY
The CSS Podcast
Mar 16, 2021
In today's episode we cover overscroll and all the ways to handle content that's bursting at the seams. The web has a natural tendency to show overflowing content, so let's study our options when it comes to wrangling those pesky misbehavers.
Links
Text-overflow → http://goo.gle/38uDGbX
CSS
Overflow Module →
Mar 11, 2021
In this episode we narrow our focus on user-preference-based media queries, which enable you to create personalized experiences based on your users custom settings and needs.
Links
Media
Queries 5 → https://goo.gle/306lZea
The CSS Podcast
Mar 2, 2021
In this episode we talk about page media queries and all the ways you can pivot your styles based on device capabilities, viewport size, etc.
Links
Media Queries → http://goo.gle/2MhYfR2
Scripting → http://goo.gle/2Mdan5E
The 'display-mode' media feature → http://goo.gle/2NoFr3c
Prefers-* Security and...