Apr 13, 2021
Welcome back to The CSS Podcast, where we cover all things CSS from accessibility to c-index. Today, Una and Adam will discuss a micro syntax for pseudo class notification when working with nth-child.
Selectors level 3 → https://goo.gle/3dWB48G
Useful nth-child recipes → https://goo.gle/3e102DE
Nth-child...
Apr 6, 2021
What do mouse pointers, potatoes, and your fingers have in common? They can all interact with a screen! With CSS we can define how active our web boxes are, which areas are interactive, and what style the cursor should be. Maybe that means your mouse arrow becomes an animated magic wand, or maybe not. Get ready for a...
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 →