The CSS Podcast Mon, 15 Dec 2025 06:30:38 +0000 Mon, 15 Dec 2025 06:30:38 +0000 Libsyn RSSgen 1.0 https://thecsspodcast.libsyn.com en <![CDATA[2024 © Google Chrome Developers]]> https://thecsspodcast.libsyn.com <![CDATA[Cascading Style Sheets (CSS) is the web's core styling language. For web developers, It's one of the quickest technologies to get started with, but one of the hardest to master. Follow Una Kravets and Bramus Van Damme, Developer Advocates from Google, who gleefully breakdown complex aspects of CSS into digestible episodes covering everything from accessibility to z-index.]]> https://static.libsyn.com/p/assets/8/8/6/c/886c4e262cd2ce7516c3140a3186d450/TCP_Libsyn_Profile_Generic.jpg The CSS Podcast <![CDATA[https://thecsspodcast.libsyn.com]]> The CSS Podcast false Google Developer Studio [email protected] <![CDATA[Cascading Style Sheets (CSS) is the web's core styling language. For web developers, It's one of the quickest technologies to get started with, but one of the hardest to master. Follow Una Kravets and Bramus Van Damme, Developer Advocates from Google, who gleefully breakdown complex aspects of CSS into digestible episodes covering everything from accessibility to z-index.]]> episodic no 100: Season 6 wrap up 100: Season 6 wrap up Thu, 20 Nov 2025 19:00:00 +0000 <![CDATA[94a15092-523e-4ad5-9e02-97e02121a896]]> <![CDATA[https://thecsspodcast.libsyn.com/100-season-6-wrap-up]]> <![CDATA[

Una and Bramus recap the season! They share some new updates and re-visit some of their favorite tips and tricks.Season 6 covered inline if() statements and custom functions, scroll state queries, carousel APIs, view transitions updates, anchor positioning, command invokers and interest invokers, customizable select, and a whole bunch of other CSS functions!

Resources:

Una Kravets (co-host)
Bluesky | Twitter | YouTube | Website
Making the web more colorful @googlechrome 

Bramus Van Damme (co-host)
Bluesky | Mastodon | YouTube | Website
@GoogleChrome CSS DevRel; @CSSWG; Scuba Diver 🤿

 

]]>
<![CDATA[

Una and Bramus recap the season! They share some new updates and re-visit some of their favorite tips and tricks.Season 6 covered inline if() statements and custom functions, scroll state queries, carousel APIs, view transitions updates, anchor positioning, command invokers and interest invokers, customizable select, and a whole bunch of other CSS functions!

Resources:

Una Kravets (co-host) Bluesky | Twitter | YouTube | WebsiteMaking the web more colorful @googlechrome

Bramus Van Damme (co-host) Bluesky | Mastodon | YouTube | Website@GoogleChrome CSS DevRel; @CSSWG; Scuba Diver 🤿

]]>
17:00 false full Google
99: More CSS functions 99: More CSS functions Tue, 18 Nov 2025 09:00:00 +0000 <![CDATA[f8517cc8-3972-4ec7-85f5-ffef62d58eac]]> <![CDATA[https://thecsspodcast.libsyn.com/99-more-css-functions]]> <![CDATA[

In this episode of The CSS Podcast, Una and Bramus cover a bunch of CSS functions from comparison functions to tree counting functions, the random function, and more.

Resources:
min(), max(), and clamp()
Web Dev article → https://goo.gle/4nvMthu 
Article by Ahmad Shadeed → https://goo.gle/3JvPznI 
Comparison functions → https://goo.gle/3JmbJsx 

sibling-count() and sibling-index() → https://goo.gle/3JCj33i 

attr()
CSS attr() gets an upgrade → https://goo.gle/3JCj33i 
New capabilities for attr() → https://goo.gle/47inI3p 

light-dark() → https://goo.gle/3X703wQ 

shape()
Use shape() for responsive clipping → https://goo.gle/47zSHH0 
Better CSS Shapes Using shape() → https://goo.gle/47OZMop 

ident()
Article introducing ident() → https://goo.gle/4oHdYW9 
ident() in the CSS Values and Units Specification →  https://goo.gle/3LgN8pK 

random()
Rolling the Dice with CSS random() → https://goo.gle/4oijnTO 
Generating Random Values → https://goo.gle/4hFwj3K 
CSS paint API: Being predictably random → https://goo.gle/3JEReau 

Una Kravets (co-host)
Bluesky | Twitter | YouTube | Website
Making the web more colorful @googlechrome 
Bramus Van Damme (co-host)
Bluesky | Mastodon | YouTube | Website
@GoogleChrome CSS DevRel; @CSSWG; Scuba Diver 🤿

 

]]>
<![CDATA[

In this episode of The CSS Podcast, Una and Bramus cover a bunch of CSS functions from comparison functions to tree counting functions, the random function, and more.

Resources: min(), max(), and clamp() Web Dev article → https://goo.gle/4nvMthu Article by Ahmad Shadeed → https://goo.gle/3JvPznI Comparison functions → https://goo.gle/3JmbJsx

sibling-count() and sibling-index() → https://goo.gle/3JCj33i

attr() CSS attr() gets an upgrade → https://goo.gle/3JCj33i New capabilities for attr() → https://goo.gle/47inI3p

light-dark() → https://goo.gle/3X703wQ

shape() Use shape() for responsive clipping → https://goo.gle/47zSHH0 Better CSS Shapes Using shape() → https://goo.gle/47OZMop

ident() Article introducing ident() → https://goo.gle/4oHdYW9 ident() in the CSS Values and Units Specification → https://goo.gle/3LgN8pK

random() Rolling the Dice with CSS random() → https://goo.gle/4oijnTO Generating Random Values → https://goo.gle/4hFwj3K CSS paint API: Being predictably random → https://goo.gle/3JEReau

Una Kravets (co-host) Bluesky | Twitter | YouTube | Website Making the web more colorful @googlechrome Bramus Van Damme (co-host) Bluesky | Mastodon | YouTube | Website @GoogleChrome CSS DevRel; @CSSWG; Scuba Diver 🤿

]]>
36:42 false full Google
98: Customizable select 98: Customizable select Thu, 13 Nov 2025 17:00:00 +0000 <![CDATA[c7e8e9e2-8df7-4c25-bfdf-7c793eb040a5]]> <![CDATA[https://thecsspodcast.libsyn.com/98-customizable-select]]> <![CDATA[

In this episode of The CSS Podcast, Una and Bramus cover building customizable select menus. Have you ever had to build a dropdown menu where you want to do something as simple as change the color, or add little flag icons? You know how hard it can be! Discover how the web platform is solving this once and for all with the new customizable select API.

Resources:
Customizable select demos → https://goo.gle/43G5ruv 
 
Una Kravets (co-host)
Bluesky | Twitter | YouTube | Website
Making the web more colorful @googlechrome 
Bramus Van Damme (co-host)
Bluesky | Mastodon | YouTube | Website
@GoogleChrome CSS DevRel; @CSSWG; Scuba Diver 🤿

]]>
<![CDATA[

In this episode of The CSS Podcast, Una and Bramus cover building customizable select menus. Have you ever had to build a dropdown menu where you want to do something as simple as change the color, or add little flag icons? You know how hard it can be! Discover how the web platform is solving this once and for all with the new customizable select API.

Resources: Customizable select demos → https://goo.gle/43G5ruv Una Kravets (co-host) Bluesky | Twitter | YouTube | Website Making the web more colorful @googlechrome Bramus Van Damme (co-host) Bluesky | Mastodon | YouTube | Website @GoogleChrome CSS DevRel; @CSSWG; Scuba Diver 🤿

]]>
13:54 false full Google
97: Invokers and commands 97: Invokers and commands Tue, 11 Nov 2025 17:00:00 +0000 <![CDATA[0866d66c-4f62-419f-b63d-d02a5d4bb38a]]> <![CDATA[https://thecsspodcast.libsyn.com/97-invokers-and-commands]]> <![CDATA[

In this episode of The CSS Podcast, we're diving into the power of invoker commands! Discover how the command and commandfor attributes allow you to declaratively open dialogs and show popovers. We'll explore standard commands and then jump into creating your own custom commands for more complex interactions. To close off, we're covering the concept of "interest invokers" and how the new CSS properties and selectors they bring.

Resources:

Introducing command and commandfor blogpost → https://goo.gle/4ozmEy4 

Authors Cards (Interest Invokers Demo) → https://goo.gle/42LU3x2 

Invoker Commands Explainer → https://goo.gle/4o0DC8n 

Interest Invokers Explainer → https://goo.gle/4nfyZGi 

 

Una Kravets (co-host)
Bluesky | Twitter | YouTube | Website
Making the web more colorful @googlechrome 

Bramus Van Damme (co-host)
Bluesky | Mastodon | YouTube | Website

]]>
<![CDATA[

In this episode of The CSS Podcast, we're diving into the power of invoker commands! Discover how the command and commandfor attributes allow you to declaratively open dialogs and show popovers. We'll explore standard commands and then jump into creating your own custom commands for more complex interactions. To close off, we're covering the concept of "interest invokers" and how the new CSS properties and selectors they bring.

Resources:

Introducing command and commandfor blogpost → https://goo.gle/4ozmEy4

Authors Cards (Interest Invokers Demo) → https://goo.gle/42LU3x2

Invoker Commands Explainer → https://goo.gle/4o0DC8n

Interest Invokers Explainer → https://goo.gle/4nfyZGi

Una Kravets (co-host) Bluesky | Twitter | YouTube | WebsiteMaking the web more colorful @googlechrome

Bramus Van Damme (co-host) Bluesky | Mastodon | YouTube | Website

]]>
13:23 false full Google
96: CSS anchor positioning 96: CSS anchor positioning Fri, 07 Nov 2025 21:28:00 +0000 <![CDATA[e62cd554-0b0d-4210-9dbb-ae390a4feb7a]]> <![CDATA[https://thecsspodcast.libsyn.com/96-css-anchor-positioning]]> <![CDATA[

Welcome back to The CSS Podcast! Una and Bramus dive into CSS anchor positioning, a powerful new API that revolutionizes how developers handle dynamic UI element placement. Learn how to create interactive tooltips, popovers, and menus directly in CSS, eliminating the need for complex JavaScript.

 

Resources:

CSS anchor positioning → https://goo.gle/3KvYYeZ 

Anchor position tool → https://goo.gle/4gOYooL 

Follow-the-leader pattern with CSS anchor positioning → https://goo.gle/46s0kQD 

Anchor queries - Reposition tether arrow  → https://goo.gle/42fXtI1 

 

Una Kravets (co-host)
Bluesky | Twitter | YouTube | Website
Making the web more colorful @googlechrome 

Bramus Van Damme (co-host)
Bluesky | Mastodon | YouTube | Website
@GoogleChrome CSS DevRel; @CSSWG; Scuba Diver 🤿

]]>
<![CDATA[

Welcome back to The CSS Podcast! Una and Bramus dive into CSS anchor positioning, a powerful new API that revolutionizes how developers handle dynamic UI element placement. Learn how to create interactive tooltips, popovers, and menus directly in CSS, eliminating the need for complex JavaScript.

Resources:

CSS anchor positioning → https://goo.gle/3KvYYeZ

Anchor position tool → https://goo.gle/4gOYooL

Follow-the-leader pattern with CSS anchor positioning → https://goo.gle/46s0kQD

Anchor queries - Reposition tether arrow → https://goo.gle/42fXtI1

Una Kravets (co-host) Bluesky | Twitter | YouTube | WebsiteMaking the web more colorful @googlechrome

Bramus Van Damme (co-host) Bluesky | Mastodon | YouTube | Website@GoogleChrome CSS DevRel; @CSSWG; Scuba Diver 🤿

]]>
13:15 false full Google
95: Updates to View Transitions 95: Updates to View Transitions Wed, 05 Nov 2025 21:07:00 +0000 <![CDATA[0cd05da1-b74f-436b-9c97-c72a748071ce]]> <![CDATA[https://thecsspodcast.libsyn.com/95-updates-to-view-transitions]]> <![CDATA[

View Transitions have been around for a little while. This episode of The CSS Podcast covers some of the recent additions and changes since we last covered this in episode 89.

Resources:
What's new in view transitions (2025 update) → https://goo.gle/47k7RAb 

Same-document view transitions have become Baseline Newly available → https://goo.gle/4otGpqx 

Learn View Transitions → https://goo.gle/42dNH9l 

View Transitions Demos → https://goo.gle/42dNH9l 

Nested View Transition Groups → https://goo.gle/3KtoVfi 

Scoped View Transitions → https://goo.gle/3VHdovd 

Una Kravets (co-host)
Twitter | Instagram | YouTube
Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

Bramus Van Damme (co-host)
Bluesky | Mastodon | YouTube | Website
@GoogleChrome CSS DevRel; @CSSWG; Scuba Diver 🤿

 

]]>
<![CDATA[

View Transitions have been around for a little while. This episode of The CSS Podcast covers some of the recent additions and changes since we last covered this in episode 89.

Resources: What's new in view transitions (2025 update) → https://goo.gle/47k7RAb

Same-document view transitions have become Baseline Newly available → https://goo.gle/4otGpqx

Learn View Transitions → https://goo.gle/42dNH9l

View Transitions Demos → https://goo.gle/42dNH9l

Nested View Transition Groups → https://goo.gle/3KtoVfi

Scoped View Transitions → https://goo.gle/3VHdovd

Una Kravets (co-host) Twitter | Instagram | YouTube Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Bramus Van Damme (co-host) Bluesky | Mastodon | YouTube | Website@GoogleChrome CSS DevRel; @CSSWG; Scuba Diver 🤿

]]>
17:46 false full Google
94: CSS carousels (and scroll) 94: CSS carousels (and scroll) Wed, 29 Oct 2025 15:42:00 +0000 <![CDATA[8fea7513-9da3-4e59-8853-3e3e1faebe77]]> <![CDATA[https://thecsspodcast.libsyn.com/94-css-carousels-and-scroll]]> <![CDATA[

Welcome back to The CSS Podcast! We're diving into a series of powerful scroll APIs that enable you to build custom, interactive carousels entirely with CSS, eliminating the need for JavaScript. These APIs, which also power customizable select elements, unlock even more innovative scroll-based experiences

Resources:
Carousels with CSS → https://goo.gle/46PES79
::scroll-marker → https://goo.gle/4mEd3o8
CSS Carousel Gallery → https://goo.gle/46Odsyp
Carousel Configurator → https://goo.gle/46KEir4 

Una Kravets (co-host)
Twitter | Instagram | YouTube
Making the web more colorful ✨🎨  Web DevRel @googlechrome

Bramus Van Damme (co-host)
Bluesky | Mastodon | YouTube | Website
@GoogleChrome CSS DevRel; @CSSWG; Scuba Diver 🤿

 

]]>
<![CDATA[

Welcome back to The CSS Podcast! We're diving into a series of powerful scroll APIs that enable you to build custom, interactive carousels entirely with CSS, eliminating the need for JavaScript. These APIs, which also power customizable select elements, unlock even more innovative scroll-based experiences

Resources: Carousels with CSS → https://goo.gle/46PES79 ::scroll-marker → https://goo.gle/4mEd3o8 CSS Carousel Gallery → https://goo.gle/46Odsyp Carousel Configurator → https://goo.gle/46KEir4

Una Kravets (co-host) Twitter | Instagram | YouTube Making the web more colorful ✨🎨 Web DevRel @googlechrome

Bramus Van Damme (co-host) Bluesky | Mastodon | YouTube | Website@GoogleChrome CSS DevRel; @CSSWG; Scuba Diver 🤿

]]>
16:37 false full Google
93: State queries in 2025 93: State queries in 2025 Thu, 16 Oct 2025 16:44:00 +0000 <![CDATA[c0a8856e-b152-4234-820f-8e7d9ebd3051]]> <![CDATA[https://thecsspodcast.libsyn.com/93-state-queries-in-2025]]> <![CDATA[

Una and Bramus dive into the latest advancements in CSS with state-based container queries. Learn how to create responsive and dynamic user experiences by querying the scroll state of UI elements, including 'stuck,' 'snapped,' and 'scrollable' states. Discover practical examples and techniques to replace complex JavaScript with declarative CSS, making your web development more efficient and powerful.

Resources:
Scroll state queries → https://goo.gle/4mQDQ0M
Scroll-state-container →  https://goo.gle/487y4nI
Anchor queries → https://goo.gle/3IBDVaw
Episode 59 → https://goo.gle/3KB7M3z 

Una Kravets (co-host)
Bluesky | Twitter | YouTube | Website
Making the web more colorful @googlechrome 

Bramus Van Damme (co-host)
Bluesky | Mastodon | YouTube | Website
@GoogleChrome CSS DevRel; @CSSWG; Scuba Diver 🤿

 

]]>
<![CDATA[

Una and Bramus dive into the latest advancements in CSS with state-based container queries. Learn how to create responsive and dynamic user experiences by querying the scroll state of UI elements, including 'stuck,' 'snapped,' and 'scrollable' states. Discover practical examples and techniques to replace complex JavaScript with declarative CSS, making your web development more efficient and powerful.

Resources: Scroll state queries → https://goo.gle/4mQDQ0M Scroll-state-container → https://goo.gle/487y4nI Anchor queries → https://goo.gle/3IBDVaw Episode 59 → https://goo.gle/3KB7M3z

Una Kravets (co-host) Bluesky | Twitter | YouTube | WebsiteMaking the web more colorful @googlechrome

Bramus Van Damme (co-host) Bluesky | Mastodon | YouTube | Website@GoogleChrome CSS DevRel; @CSSWG; Scuba Diver 🤿

]]>
17:53 false full Google
92: CSS if() and custom functions 92: CSS if() and custom functions Mon, 13 Oct 2025 17:00:00 +0000 <![CDATA[dc828b64-45d2-4bb6-a48f-e969692e6c30]]> <![CDATA[https://thecsspodcast.libsyn.com/92-css-if-and-custom-functions]]> <![CDATA[

Welcome back to the new season of the CSS Podcast, where Una and Bramus are your guides, your cohosts, and your CSS best friends.

In this episode we dig into two very powerful new CSS features: inline conditionals  with the if() function, and custom functions.

Resources:
CSS if() function specification → https://goo.gle/3IBChWo
Article on if() by Una → https://goo.gle/4nUxIp2
Article on if() by Lea Verou → https://goo.gle/4nt2UvS
CSS mixins specification →  https://goo.gle/48H8SEH
Article on @function by Una → https://goo.gle/48H99rd
Article on @function and if() by Bramus → https://goo.gle/46qPbzy
The CSS Space Toggle by Chris Coyier → https://goo.gle/4874qio 

Una Kravets (co-host)
Twitter | Instagram | YouTube
Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

Bramus Van Damme (co-host)
Bluesky | Mastodon | YouTube | Website
@GoogleChrome CSS DevRel; @CSSWG; Scuba Diver 🤿

]]>
<![CDATA[

Welcome back to the new season of the CSS Podcast, where Una and Bramus are your guides, your cohosts, and your CSS best friends. In this episode we dig into two very powerful new CSS features: inline conditionals with the if() function, and custom functions.

Resources: CSS if() function specification → https://goo.gle/3IBChWo Article on if() by Una → https://goo.gle/4nUxIp2 Article on if() by Lea Verou → https://goo.gle/4nt2UvS CSS mixins specification → https://goo.gle/48H8SEH Article on @function by Una → https://goo.gle/48H99rd Article on @function and if() by Bramus → https://goo.gle/46qPbzy The CSS Space Toggle by Chris Coyier → https://goo.gle/4874qio

Una Kravets (co-host) Twitter | Instagram | YouTube Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Bramus Van Damme (co-host) Bluesky | Mastodon | YouTube | Website@GoogleChrome CSS DevRel; @CSSWG; Scuba Diver 🤿

]]>
25:49 false full Google
091: Season 5 Wrap-up 091: Season 5 Wrap-up Thu, 03 Oct 2024 21:00:00 +0000 <![CDATA[c0f29b68-b75a-49fd-941a-8c0d5d3352ed]]> <![CDATA[https://thecsspodcast.libsyn.com/091-season-5-wrap-up]]> <![CDATA[

Una and Adam recap the season! They share their favorite features, stories, and use cases. Season 5 covered popovers, dialogs, top layers, trig functions, color functions, :has() tricks, balanced text wrapping, linear() easing, nesting, anchoring, state queries, view transitions, and scroll driven animation. What a year for CSS!

Una Kravets (co-host)
Twitter | Instagram | YouTube
Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

Adam Argyle (co-host)
Twitter | Instagram | YouTube
@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

 

]]>
<![CDATA[

Una and Adam recap the season! They share their favorite features, stories, and use cases. Season 5 covered popovers, dialogs, top layers, trig functions, color functions, :has() tricks, balanced text wrapping, linear() easing, nesting, anchoring, state queries, view transitions, and scroll driven animation. What a year for CSS!

Una Kravets (co-host) Twitter | Instagram | YouTube Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host) Twitter | Instagram | YouTube@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

]]>
42:39 false full Google
090: Scroll-driven animations 090: Scroll-driven animations Thu, 26 Sep 2024 21:00:00 +0000 <![CDATA[893fd362-588b-4344-92c0-ce4fd9c805f9]]> <![CDATA[https://thecsspodcast.libsyn.com/090-scroll-driven-animations]]> <![CDATA[

In this episode our esteemed guest returns! This time to help us grok Scroll Driven Animation. Learn all about scroll(), view(), animation-timeline, timeline-scope, animation-range, and more. Power those animations with off-the-main-thread CSS scroll animation powers.

 

Resources:

Bramus's Demos:

All mentioned Demos + Tools + Video Course + DevTools Extension link → https://goo.gle/3Uw31up 

Video Course direct link: https://goo.gle/learn-scroll-driven-animations

 

Adam's Demos:

scroll() the hue wheel → https://goo.gle/4emb3NO 

CSS scroll() feature time warp → https://goo.gle/4exH3yv 

view() long bento list → https://goo.gle/4gtcCLx 

view() scrolly telling → https://goo.gle/3TAq2vA 

view() iOS-like app switcher → https://goo.gle/4etvCI6 

view() variable font animation → https://goo.gle/4e8eJmd 

 

Una Kravets (co-host)
Twitter | Instagram | YouTube
Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

Adam Argyle (co-host)
Twitter | Instagram | YouTube
@GoogleChrome CSS DevRel; @CSSWGVisBug maker; punk; CSS/JS/UX addict; 💀🤘

]]>
<![CDATA[

In this episode our esteemed guest returns! This time to help us grok Scroll Driven Animation. Learn all about scroll(), view(), animation-timeline, timeline-scope, animation-range, and more. Power those animations with off-the-main-thread CSS scroll animation powers.

Resources:

Bramus's Demos:

All mentioned Demos + Tools + Video Course + DevTools Extension link → https://goo.gle/3Uw31up

Video Course direct link: https://goo.gle/learn-scroll-driven-animations

Adam's Demos:

scroll() the hue wheel → https://goo.gle/4emb3NO

CSS scroll() feature time warp → https://goo.gle/4exH3yv

view() long bento list → https://goo.gle/4gtcCLx

view() scrolly telling → https://goo.gle/3TAq2vA

view() iOS-like app switcher → https://goo.gle/4etvCI6

view() variable font animation → https://goo.gle/4e8eJmd

Una Kravets (co-host) Twitter | Instagram | YouTube Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host) Twitter | Instagram | YouTube @GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

]]>
46:33 false full
089: View transitions 089: View transitions Thu, 19 Sep 2024 21:00:00 +0000 <![CDATA[5b2506bc-0d24-488b-a330-6211225dbbf8]]> <![CDATA[https://thecsspodcast.libsyn.com/089-view-transitions]]> <![CDATA[

In this episode Una and Adam bring on an esteemed guest Bramus, who brings us deep knowledge on View Transitions. These are easy to get started with but difficult to master, but not with Bramus here to teach us. He'll be covering introductory to advanced API features and a big bag of examples and demos. 

Resources:
Developer Documentation → https://goo.gle/4aHY7zo 

Quick intro to View Transitions (Google I/O 2023 video) → https://goo.gle/3ZieRLp 

What's new in View Transitions? (Google I/O 2024 video) → https://goo.gle/3zeYNj3 

Misconceptions about View Transitions → https://goo.gle/3Tpsu7O 


Bramus's Demos:
Collection of various demos, both SPA and MPA → https://goo.gle/3B4edY8 

Accordion → https://goo.gle/3B4egDi 

  

Adam's Demos:
Grid gallery → https://goo.gle/4giz0XV 

Always great grid → https://goo.gle/3MH68Lu 

Flexbox visualizer → https://goo.gle/47kmJOB 

Editable tabs → https://goo.gle/4ghNfMx 

Dollar number input → https://goo.gle/4e0FsBf 

Stateful morphing button → https://goo.gle/4ebBNR2 

Drag and Drop → https://goo.gle/3XlP2Yn 

Isotope recreation → https://goo.gle/4dVX5lN 

Local development animated → https://goo.gle/3XHjm17 

 

Una Kravets (co-host)
Twitterhttps://goo.gle/452aBRb
YouTubehttps://goo.gle/457oMnS
Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face Host of Tools Today → https://goo.gle/4aI6JpC &
Designing in the Browser
🎬  → https://goo.gle/4e4YTcM 

 

Adam Argyle (co-host)
Twitterhttps://goo.gle/3yFnHYu
Instagramhttps://goo.gle/3wUb6QJ
YouTubehttps://goo.gle/4dZNKK7
@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘
CSSWG → https://goo.gle/4bFErxq
VisBug → https://goo.gle/4bDcVQZ    

The CSS Podcast 
#CSSpodcast

 

]]>
<![CDATA[

In this episode Una and Adam bring on an esteemed guest Bramus, who brings us deep knowledge on View Transitions. These are easy to get started with but difficult to master, but not with Bramus here to teach us. He'll be covering introductory to advanced API features and a big bag of examples and demos.

Resources: Developer Documentation → https://goo.gle/4aHY7zo

Quick intro to View Transitions (Google I/O 2023 video) → https://goo.gle/3ZieRLp

What's new in View Transitions? (Google I/O 2024 video) → https://goo.gle/3zeYNj3

Misconceptions about View Transitions → https://goo.gle/3Tpsu7O

Bramus's Demos: Collection of various demos, both SPA and MPA → https://goo.gle/3B4edY8

Accordion → https://goo.gle/3B4egDi

Adam's Demos: Grid gallery → https://goo.gle/4giz0XV

Always great grid → https://goo.gle/3MH68Lu

Flexbox visualizer → https://goo.gle/47kmJOB

Editable tabs → https://goo.gle/4ghNfMx

Dollar number input → https://goo.gle/4e0FsBf

Stateful morphing button → https://goo.gle/4ebBNR2

Drag and Drop → https://goo.gle/3XlP2Yn

Isotope recreation → https://goo.gle/4dVX5lN

Local development animated → https://goo.gle/3XHjm17

Una Kravets (co-host) Twitterhttps://goo.gle/452aBRb YouTubehttps://goo.gle/457oMnS Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face Host of Tools Today → https://goo.gle/4aI6JpC & Designing in the Browser 🎬 → https://goo.gle/4e4YTcM

Adam Argyle (co-host) Twitterhttps://goo.gle/3yFnHYu Instagramhttps://goo.gle/3wUb6QJ YouTubehttps://goo.gle/4dZNKK7 @GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘 CSSWG → https://goo.gle/4bFErxq VisBug → https://goo.gle/4bDcVQZ

The CSS Podcast #CSSpodcast

]]>
41:51 false full Google
088: State queries 088: State queries Thu, 12 Sep 2024 21:00:00 +0000 <![CDATA[8ed17cc7-529f-4788-8fe2-de258827f65e]]> <![CDATA[https://thecsspodcast.libsyn.com/088-state-queries]]> <![CDATA[

In this episode, Una and Adam discuss a future web capability that builds on container queries: state queries. From CSS, this feature will be able to detect  if a container is overflowing, when an element is scroll snapped, and when an element is stuck from position: sticky.

Resources:
:stuck, :snapped, :on-screen, etc → https://goo.gle/3WVhSi6  

state queries syntax → https://goo.gle/3T2gI33 

explainer → https://goo.gle/3XevW7x 

Intent To Prototype → https://goo.gle/3Au8rOY 

Scroll Snap Events → https://goo.gle/47koXO1  

 

Una Kravets (co-host)
Twitterhttps://goo.gle/452aBRb
YouTubehttps://goo.gle/457oMnS 

Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face Host of Tools Today → https://goo.gle/4aI6JpC &
Designing in the Browser
🎬  → https://goo.gle/4e4YTcM 

Adam Argyle (co-host)
Twitterhttps://goo.gle/3yFnHYu
Instagramhttps://goo.gle/3wUb6QJ
YouTubehttps://goo.gle/4dZNKK7 

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘
CSSWG → https://goo.gle/4bFErxq
VisBug → https://goo.gle/4bDcVQZ    

 

The CSS Podcast

#CSSpodcast

 

Watch more The CSS Podcasthttps://goo.gle/CSSpodcast 

Subscribe to Chrome for Developers → https://goo.gle/ChromeDevs 

#CSSPodcast #ChromeForDevelopers #Chrome

 

Speaker: Una Kravets, Adam Argyle

]]>
<![CDATA[

In this episode, Una and Adam discuss a future web capability that builds on container queries: state queries. From CSS, this feature will be able to detect if a container is overflowing, when an element is scroll snapped, and when an element is stuck from position: sticky.

Resources: :stuck, :snapped, :on-screen, etc → https://goo.gle/3WVhSi6

state queries syntax → https://goo.gle/3T2gI33

explainer → https://goo.gle/3XevW7x

Intent To Prototype → https://goo.gle/3Au8rOY

Scroll Snap Events → https://goo.gle/47koXO1

Una Kravets (co-host) Twitterhttps://goo.gle/452aBRb YouTubehttps://goo.gle/457oMnS

Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face Host of Tools Today → https://goo.gle/4aI6JpC & Designing in the Browser 🎬 → https://goo.gle/4e4YTcM

Adam Argyle (co-host) Twitterhttps://goo.gle/3yFnHYu Instagramhttps://goo.gle/3wUb6QJ YouTubehttps://goo.gle/4dZNKK7

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘 CSSWG → https://goo.gle/4bFErxq VisBug → https://goo.gle/4bDcVQZ

The CSS Podcast

#CSSpodcast

Watch more The CSS Podcast → https://goo.gle/CSSpodcast

Subscribe to Chrome for Developers → https://goo.gle/ChromeDevs

#CSSPodcast #ChromeForDevelopers #Chrome

Speaker: Una Kravets, Adam Argyle

]]>
23:13 false full Google
087: Anchor positioning 087: Anchor positioning Thu, 22 Aug 2024 21:00:00 +0000 <![CDATA[ce5d7ee4-fd83-4f30-abea-ae6c0ba64415]]> <![CDATA[https://thecsspodcast.libsyn.com/087-anchor-positioning]]> <![CDATA[

In this episode Una and Adam explain anchor positioning and all its amazing features.

Resources:
Introducing the CSS anchor positioning API → https://goo.gle/3SWrvM5 

CSS anchor positioning → https://goo.gle/4dwgmd9 

Tab's talk from CSS Dayhttps://goo.gle/4ds8g5B 

Una's Anchor Tool → https://goo.gle/3yDYDSd 

Una Kravets (co-host)
Twitter | Instagram | YouTube
Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

Adam Argyle (co-host)
Twitter | Instagram | YouTube
@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

 

]]>
<![CDATA[

In this episode Una and Adam explain anchor positioning and all its amazing features.

Resources: Introducing the CSS anchor positioning API → https://goo.gle/3SWrvM5

CSS anchor positioning → https://goo.gle/4dwgmd9

Tab's talk from CSS Dayhttps://goo.gle/4ds8g5B

Una's Anchor Tool → https://goo.gle/3yDYDSd

Una Kravets (co-host) Twitter | Instagram | YouTube Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host) Twitter | Instagram | YouTube@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

]]>
38:02 false full Google
086: Nesting 2024+ 086: Nesting 2024+ Thu, 08 Aug 2024 21:00:00 +0000 <![CDATA[e7ed2937-b264-4278-9789-0a09f2181d2f]]> <![CDATA[https://thecsspodcast.libsyn.com/086-nesting-2024]]> <![CDATA[

In this episode Una and Adam catch you up to the latest syntax features of CSS nesting.

Resources:
Episode 47 → https://goo.gle/3SvM9T4
Episode 65 → https://goo.gle/3ygA7X1
CSS Nesting Update → https://goo.gle/3WHCRpK 

Una Kravets (co-host)
Twitter | Instagram | YouTube
Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

Adam Argyle (co-host)
Twitter | Instagram | YouTube
@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

]]>
<![CDATA[

In this episode Una and Adam catch you up to the latest syntax features of CSS nesting.

Resources: Episode 47 → https://goo.gle/3SvM9T4 Episode 65 → https://goo.gle/3ygA7X1 CSS Nesting Update → https://goo.gle/3WHCRpK

Una Kravets (co-host) Twitter | Instagram | YouTube Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host) Twitter | Instagram | YouTube@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

]]>
08:10 false full Google
085: Linear easing function fun 085: Linear easing function fun Thu, 01 Aug 2024 21:00:00 +0000 <![CDATA[85daa516-ce0c-4e0b-b7ec-09b1f084b5e6]]> <![CDATA[https://thecsspodcast.libsyn.com/085-linear-easing-function-fun]]> <![CDATA[

In this episode Una and Adam cover the linear() CSS easing function that can create bounce and spring effects.

 

Resources:

Ep 22 on Animation → https://goo.gle/4frnp8y 

linear() generator → https://goo.gle/46xs2JZ 

Complex animation curves in CSS with linear() → https://goo.gle/4ftm0Oz 

Open Props premade spring and bounce variables → https://goo.gle/46uaGOc 

Una Kravets (co-host)
Twitter | Instagram | YouTube
Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

Adam Argyle (co-host)
Twitter | Instagram | YouTube
@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

 

]]>
<![CDATA[

In this episode Una and Adam cover the linear() CSS easing function that can create bounce and spring effects.

Resources:

Ep 22 on Animation → https://goo.gle/4frnp8y

linear() generator → https://goo.gle/46xs2JZ

Complex animation curves in CSS with linear() → https://goo.gle/4ftm0Oz

Open Props premade spring and bounce variables → https://goo.gle/46uaGOc

Una Kravets (co-host) Twitter | Instagram | YouTube Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host) Twitter | Instagram | YouTube@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

]]>
16:10 false full Google
084: Text Wrap 084: Text Wrap Thu, 11 Jul 2024 21:00:00 +0000 <![CDATA[fa886ca9-54fc-418b-aa53-5610c5f2b62f]]> <![CDATA[https://thecsspodcast.libsyn.com/084-text-wrap]]> <![CDATA[

In this episode Una and Adam talk about text wrap, a great modern improvement to typography on the web platform. Learn how you can create logical layout rules for your headings and other copy with just one line of code.

Resources:
text-wrap on MDN → https://goo.gle/3zvwixd 

soft breaks → https://goo.gle/4cXKLAq 

 

Una Kravets (co-host)
Twitter | Instagram | YouTube
Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

Adam Argyle (co-host)
Twitter | Instagram | YouTube
@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

]]>
<![CDATA[

In this episode Una and Adam talk about text wrap, a great modern improvement to typography on the web platform. Learn how you can create logical layout rules for your headings and other copy with just one line of code.

Resources: text-wrap on MDN → https://goo.gle/3zvwixd

soft breaks → https://goo.gle/4cXKLAq

Una Kravets (co-host) Twitter | Instagram | YouTube Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host) Twitter | Instagram | YouTube@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

]]>
12:47 false full Google
083: :has() tips and tricks 083: :has() tips and tricks Wed, 03 Jul 2024 21:00:00 +0000 <![CDATA[753eabb8-acb6-40bf-86da-d9cf62f0c066]]> <![CDATA[https://thecsspodcast.libsyn.com/083-has-tips-and-tricks]]> <![CDATA[

In this episode Una and Adam expand on episode 61 about :has() by focusing specifically on use cases, tips and tricks. Get inspired and discover new ways to make reactive UI from CSS.

Resources:
Ep 61 → https://goo.gle/4cID6pE 

Piccali → https://goo.gle/4ePKJMG 

Ahmad Shadeed → https://goo.gle/4bsk85F 

The Looper → https://goo.gle/3yKmXkI 

Una Kravets (co-host)
Twitter | Instagram | YouTube
Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

Adam Argyle (co-host)
Twitter | Instagram | YouTube
@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

]]>
<![CDATA[

In this episode Una and Adam expand on episode 61 about :has() by focusing specifically on use cases, tips and tricks. Get inspired and discover new ways to make reactive UI from CSS.

Resources: Ep 61 → https://goo.gle/4cID6pE

Piccali → https://goo.gle/4ePKJMG

Ahmad Shadeed → https://goo.gle/4bsk85F

The Looper → https://goo.gle/3yKmXkI

Una Kravets (co-host) Twitter | Instagram | YouTube Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host) Twitter | Instagram | YouTube@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

]]>
36:14 false full
082: What's new in color & color functions 082: What's new in color &amp; color functions Thu, 27 Jun 2024 21:00:00 +0000 <![CDATA[68678ac5-0945-422c-81ff-23da2dfcca80]]> <![CDATA[https://thecsspodcast.libsyn.com/082-whats-new-in-color-color-functions]]> <![CDATA[

In this episode Una and Adam provide a color update, covering changes to the specs and new functions. 

Links
RCS calc() tool → https://goo.gle/4cRRJHt 

Apple Annie CSS Color Modules and Changes, Part I → https://goo.gle/3xtTr2A 

Lea verou article on RCS for contrast → https://goo.gle/3L3x5YF

Una Kravets (co-host)
Twitter | Instagram | YouTube
Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

Adam Argyle (co-host)
Twitter | Instagram | YouTube
@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

 

]]>
<![CDATA[

In this episode Una and Adam provide a color update, covering changes to the specs and new functions.

Links RCS calc() tool → https://goo.gle/4cRRJHt

Apple Annie CSS Color Modules and Changes, Part I → https://goo.gle/3xtTr2A

Lea verou article on RCS for contrast → https://goo.gle/3L3x5YF

Una Kravets (co-host) Twitter | Instagram | YouTube Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host) Twitter | Instagram | YouTube@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

]]>
18:24 false full Google
081: Trigonometric Functions 081: Trigonometric Functions Thu, 20 Jun 2024 21:00:00 +0000 <![CDATA[b6435a70-a0ab-46a4-8db2-1bb5fb249be1]]> <![CDATA[https://thecsspodcast.libsyn.com/081-trigonometric-functions]]> <![CDATA[

In this episode Una and Adam share practical use cases, syntax and strategies for all the new math functions in CSS. From trig to algebra, they'll help you get a good idea on where and how these fit into your UI toolbelt.

Links
Ana Tudor tests your browser for CSS math function support → https://goo.gle/4cmBm5r 

Great guide and overview from Daniel Wilson → https://goo.gle/4enKgBe 

layout pow() → https://goo.gle/3RlvAsI 

Using Absolute Value, Sign, Rounding and Modulo in CSS Today → https://goo.gle/4aY3OJz 

Time based animation → https://goo.gle/3x6Dm2K  

CSS type casting to numeric: tan(atan2()) scalars by Jane Ori → https://goo.gle/4bZyrj2 

Open Props v2 type ramp prototype with pow() as taught by Dan Wilson in their post → https://goo.gle/45uqikj 

CSS physics for transitions and keyframes with these math functions → https://goo.gle/3VltDgX

Una Kravets (co-host)
Twitter | Instagram | YouTube
Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

Adam Argyle (co-host)
Twitter | Instagram | YouTube
@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

]]>
<![CDATA[

In this episode Una and Adam share practical use cases, syntax and strategies for all the new math functions in CSS. From trig to algebra, they'll help you get a good idea on where and how these fit into your UI toolbelt.

Links Ana Tudor tests your browser for CSS math function support → https://goo.gle/4cmBm5r

Great guide and overview from Daniel Wilson → https://goo.gle/4enKgBe

layout pow() → https://goo.gle/3RlvAsI

Using Absolute Value, Sign, Rounding and Modulo in CSS Today → https://goo.gle/4aY3OJz

Time based animation → https://goo.gle/3x6Dm2K

CSS type casting to numeric: tan(atan2()) scalars by Jane Ori → https://goo.gle/4bZyrj2

Open Props v2 type ramp prototype with pow() as taught by Dan Wilson in their post → https://goo.gle/45uqikj

CSS physics for transitions and keyframes with these math functions → https://goo.gle/3VltDgX Una Kravets (co-host) Twitter | Instagram | YouTube Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host) Twitter | Instagram | YouTube @GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

]]>
43:04 false full Google
80: Animating to and from top-layer 80: Animating to and from top-layer Thu, 13 Jun 2024 21:00:00 +0000 <![CDATA[e5656f83-f1d1-438a-83e0-fbbb6e77febd]]> <![CDATA[https://thecsspodcast.libsyn.com/80-animating-to-and-from-top-layer]]> <![CDATA[

In this episode Una and Adam continue talking about dialogs and popovers, but this time it's all about animating them into and out of the top layer.. We'll be introducing starting-style, a new mode for transitioning discrete properties, and the overlay property for smooth entry and exit animations. 

Links:
top-layer CSS spec → https://goo.gle/4c2elUW
Four new CSS features for smooth entry and exit animations by Una → https://goo.gle/3KpyB7e
Using @starting-style and transition-behavior for enter and exit stage effects → https://goo.gle/452FG7p
Popover on MDN → https://goo.gle/453xfss
:popover-open on MDN → https://goo.gle/3x5XLVl
Dialog and popover animated → https://goo.gle/3Kn1Ck7
Popover animated with nesting → https://goo.gle/3wW3Qns
What is the top layer? → https://goo.gle/457rUjQ
overlay property on MDN → https://goo.gle/3yKNRsT
MDN demos → https://goo.gle/4c2eIyO

Una Kravets (co-host)
Twitter | Instagram | YouTube
Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

Adam Argyle (co-host)
Twitter | Instagram | YouTube
@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

]]>
<![CDATA[

In this episode Una and Adam continue talking about dialogs and popovers, but this time it's all about animating them into and out of the top layer.. We'll be introducing starting-style, a new mode for transitioning discrete properties, and the overlay property for smooth entry and exit animations.

Links: top-layer CSS spec → https://goo.gle/4c2elUW Four new CSS features for smooth entry and exit animations by Una → https://goo.gle/3KpyB7e Using @starting-style and transition-behavior for enter and exit stage effects → https://goo.gle/452FG7p Popover on MDN → https://goo.gle/453xfss :popover-open on MDN → https://goo.gle/3x5XLVl Dialog and popover animated → https://goo.gle/3Kn1Ck7 Popover animated with nesting → https://goo.gle/3wW3Qns What is the top layer? → https://goo.gle/457rUjQ overlay property on MDN → https://goo.gle/3yKNRsT MDN demos → https://goo.gle/4c2eIyO Una Kravets (co-host) Twitter | Instagram | YouTube Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host) Twitter | Instagram | YouTube @GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

]]>
31:23 false full Google
79: Popover and Dialog 79: Popover and Dialog Thu, 06 Jun 2024 21:00:00 +0000 <![CDATA[557c5819-4438-418b-9585-e6d7d8bdbfc0]]> <![CDATA[https://thecsspodcast.libsyn.com/79-popover-and-dialog]]> <![CDATA[

The CSS Podcast is back, with an episode highlighting the popover API and dialog element! Learn what they can do, and when to use which when.

Links
Popover API lands in Baseline → https://goo.gle/3Vo2dIs
Dialogs and popovers seem similar. How are they different? → https://goo.gle/3wXD1z5
Dialog dilemmas and modal mischief → https://goo.gle/3R9nmDE Semantics and the popover attribute → https://goo.gle/3Vl3NuM Building a dialog component GUI Challenges → https://goo.gle/4c0YFkK

Una Kravets (co-host)
Twitter | Instagram | YouTube
Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

Adam Argyle (co-host)
Twitter | Instagram | YouTube
@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

]]>
<![CDATA[

The CSS Podcast is back, with an episode highlighting the popover API and dialog element! Learn what they can do, and when to use which when.

Links Popover API lands in Baseline → https://goo.gle/3Vo2dIs Dialogs and popovers seem similar. How are they different? → https://goo.gle/3wXD1z5 Dialog dilemmas and modal mischief → https://goo.gle/3R9nmDE Semantics and the popover attribute → https://goo.gle/3Vl3NuM Building a dialog component GUI Challenges → https://goo.gle/4c0YFkK Una Kravets (co-host) Twitter | Instagram | YouTube Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host) Twitter | Instagram | YouTube @GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

]]>
19:55 false full Google
78: Season 4 wrap! Season 4 wrap! Wed, 06 Dec 2023 19:28:12 +0000 <![CDATA[648f79e0-6c96-4295-ae8f-57e2749539ae]]> <![CDATA[https://thecsspodcast.libsyn.com/78-season-4-wrap]]> <![CDATA[

I can't believe we're already at the end of season 4! This season, we've been focusing on CSS gotchas and resolving these common CSS pitfalls. And alas, on our last episode of the season, we're going to take a look back at all of those tips and tricks and pick some of our favorites to highlight in this recap episode.

 

Links:

Why isn't percentage working → https://goo.gle/418EnBG 

Why isn't my element stuck → https://goo.gle/3uSX7Jk 

Why isn't my custom property the value I expect → https://goo.gle/47BcZPj 

How do I center a div → https://goo.gle/3RiOBLA  

Why isn't my animation glitching → https://goo.gle/4a5fzPh 

 

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

 

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘


Subscribe to Chrome for Developers → https://goo.gle/ChromeDevs

]]>
<![CDATA[

I can't believe we're already at the end of season 4! This season, we've been focusing on CSS gotchas and resolving these common CSS pitfalls. And alas, on our last episode of the season, we're going to take a look back at all of those tips and tricks and pick some of our favorites to highlight in this recap episode.

Links:

Why isn't percentage working → https://goo.gle/418EnBG

Why isn't my element stuck → https://goo.gle/3uSX7Jk

Why isn't my custom property the value I expect → https://goo.gle/47BcZPj

How do I center a div → https://goo.gle/3RiOBLA

Why isn't my animation glitching → https://goo.gle/4a5fzPh

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

Subscribe to Chrome for Developers → https://goo.gle/ChromeDevs

]]>
19:58 false full Google
77: Why isn't percentage working here? Why isn't percentage working here? Tue, 28 Nov 2023 18:15:27 +0000 <![CDATA[de940b9e-c23a-49a0-92a9-e6f4cf1a2da8]]> <![CDATA[https://thecsspodcast.libsyn.com/77-why-isnt-percentage-working-here]]> <![CDATA[

In this episode, Una and Adam talk about percentage resolution for various properties like font-size, padding height and width. They break down and explain why percentages may not work or may not be what you expected.

 

Links

https://goo.gle/47XtWU1 

Understanding CSS Percentage → https://goo.gle/3RhLJzG 

CSS Box Sizing Module Level 3 → https://goo.gle/46FRF9T 

 

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

 

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘


Subscribe to Chrome for Developers → https://goo.gle/ChromeDevs

]]>
<![CDATA[

In this episode, Una and Adam talk about percentage resolution for various properties like font-size, padding height and width. They break down and explain why percentages may not work or may not be what you expected.

Links

https://goo.gle/47XtWU1

Understanding CSS Percentage → https://goo.gle/3RhLJzG

CSS Box Sizing Module Level 3 → https://goo.gle/46FRF9T

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

Subscribe to Chrome for Developers → https://goo.gle/ChromeDevs

]]>
15:05 false full Google
76: Why isn't my element stuck where I wanted it to stick? Why isn't my element stuck where I wanted it to stick? Wed, 15 Nov 2023 18:21:36 +0000 <![CDATA[bd2f013e-89ed-4a1b-b4fc-53ef6da384f8]]> <![CDATA[https://thecsspodcast.libsyn.com/76-why-isnt-my-element-stuck-where-i-wanted-it-to-stick]]> <![CDATA[

In this episode Una and Adam help you uncover moments where a sticky element isn't sticking. There are a couple of gotcha around implementing a sticky element and by the end of the show you'll know what they are and a few ways to work around them.

 

Links:

sticky stack - https://goo.gle/3QICxTz 

sticky desperado - https://goo.gle/3sC3OPj  

sticky slide - https://goo.gle/47bcRGb 

 

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

 

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘


Subscribe to Chrome for Developers YouTube → https://goo.gle/ChromeDevs

]]>
<![CDATA[

In this episode Una and Adam help you uncover moments where a sticky element isn't sticking. There are a couple of gotcha around implementing a sticky element and by the end of the show you'll know what they are and a few ways to work around them.

Links:

sticky stack - https://goo.gle/3QICxTz

sticky desperado - https://goo.gle/3sC3OPj

sticky slide - https://goo.gle/47bcRGb

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

Subscribe to Chrome for Developers YouTube → https://goo.gle/ChromeDevs

]]>
09:52 false full Google
75: Why isn't my custom property the value I expect? Why isn't my custom property the value I expect? Fri, 27 Oct 2023 17:14:06 +0000 <![CDATA[d9b6af07-b920-4ea2-91e8-332c07931ceb]]> <![CDATA[https://thecsspodcast.libsyn.com/75-why-isnt-my-custom-property-the-value-i-expect]]> <![CDATA[

In this episode, Una and Adam discuss common gotchas with custom properties, which often feel fully reactive during use, but their limits and implementation details can popup at unexpected times and create a headache. They'll cover these situations and their solutions!

 

Links:

Value stages → https://goo.gle/3FDo7yA 

How custom property values are computed →https://goo.gle/49cOUiQ 

A complete guide to custom properties → https://goo.gle/40gtVb8 

The big gotcha with custom properties → https://goo.gle/45VwUHe  

CodePen → https://goo.gle/3SdMnyY  

 

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

 

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

 

Catch more episodes → https://goo.gle/CSSpodcast 

Subscribe to Chrome for Developers → https://goo.gle/ChromeDevs

]]>
<![CDATA[

In this episode, Una and Adam discuss common gotchas with custom properties, which often feel fully reactive during use, but their limits and implementation details can popup at unexpected times and create a headache. They'll cover these situations and their solutions!

Links:

Value stages → https://goo.gle/3FDo7yA

How custom property values are computed →https://goo.gle/49cOUiQ

A complete guide to custom properties → https://goo.gle/40gtVb8

The big gotcha with custom properties → https://goo.gle/45VwUHe

CodePen → https://goo.gle/3SdMnyY

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

Catch more episodes → https://goo.gle/CSSpodcast

Subscribe to Chrome for Developers → https://goo.gle/ChromeDevs

]]>
19:32 false full Google
74: How do I center a div? How do I center a div? Wed, 11 Oct 2023 17:30:29 +0000 <![CDATA[31b5abb2-c123-4d4e-8a3c-ec9e67fe78c7]]> <![CDATA[https://thecsspodcast.libsyn.com/74-how-do-i-center-a-div]]> <![CDATA[

In this episode we tackle one of the most asked questions of all CSS history.. how do I center this div? We'll cover multiple strategies that each have tradeoffs and super powers over each other. 

 

Links:

Centering in CSS → https://goo.gle/3RRki02 

Comparing grid and flex place-items and place-content → https://goo.gle/3ZE3NGM 

Centering in CSS: A Complete Guide → https://goo.gle/46xudw7 

Centering examples from Una → https://goo.gle/3rF7lvR 

 

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

 

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

 

Catch more episodes → https://goo.gle/CSSpodcast  

Subscribe to Google Chrome Developers → https://goo.gle/ChromeDevs

]]>
<![CDATA[

In this episode we tackle one of the most asked questions of all CSS history.. how do I center this div? We'll cover multiple strategies that each have tradeoffs and super powers over each other.

Links:

Centering in CSS → https://goo.gle/3RRki02

Comparing grid and flex place-items and place-content → https://goo.gle/3ZE3NGM

Centering in CSS: A Complete Guide → https://goo.gle/46xudw7

Centering examples from Una → https://goo.gle/3rF7lvR

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

Catch more episodes → https://goo.gle/CSSpodcast

Subscribe to Google Chrome Developers → https://goo.gle/ChromeDevs

]]>
17:01 false full Google
73: Why is my animation glitching? Why is my animation glitching? Thu, 21 Sep 2023 20:35:21 +0000 <![CDATA[510134d6-d6cb-42f9-b278-56e08348c4b1]]> <![CDATA[https://thecsspodcast.libsyn.com/73-why-is-my-animation-glitching]]> <![CDATA[

On this episode of the #CSSpodcast, we're diving into how to deal with glitchy animations in your code base!

 

Links:

MDN transform-style - https://goo.gle/45YFu8B 

MDN backface-visibility - https://goo.gle/46mPvfE

 

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

 

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘


Subscribe to Google Chrome Developers → https://goo.gle/ChromeDevs

]]>
<![CDATA[

On this episode of the #CSSpodcast, we're diving into how to deal with glitchy animations in your code base!

Links:

MDN transform-style - https://goo.gle/45YFu8B

MDN backface-visibility - https://goo.gle/46mPvfE

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

Subscribe to Google Chrome Developers → https://goo.gle/ChromeDevs

]]>
25:50 false full Google
72: Why does my gradient have muddy colors in the middle? Why does my gradient have muddy colors in the middle Fri, 08 Sep 2023 19:40:45 +0000 <![CDATA[9a78c7e1-3a8f-4123-af95-7c6ad883b8e6]]> <![CDATA[https://thecsspodcast.libsyn.com/72-why-does-my-gradient-have-muddy-colors-in-the-middle]]> <![CDATA[

In this episode, we tackle the issues around getting undesirable gradient results. Sometimes it's you, sometimes it's the color space. We'll help you identify, assess and remedy muddy gradients.

 

Links:

HD color guide - https://goo.gle/3RhyvmP 

various gradients in color spaces - https://goo.gle/3Pc02TV 

modern css gradient tool - https://goo.gle/3P4KxNI 

try color mix - https://goo.gle/3r2toML 

color-mix() with white hover codepen - https://goo.gle/3Pw6mHm 

interpolation visualizer - https://goo.gle/45GwS6t 

 

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

 

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

 

Catch more episodes → https://goo.gle/CSSpodcast 

Subscribe to Google Chrome Developers → https://goo.gle/ChromeDevs 

 

The CSS Podcast

#CSSpodcast

 

]]>
<![CDATA[

In this episode, we tackle the issues around getting undesirable gradient results. Sometimes it's you, sometimes it's the color space. We'll help you identify, assess and remedy muddy gradients.

Links:

HD color guide - https://goo.gle/3RhyvmP

various gradients in color spaces - https://goo.gle/3Pc02TV

modern css gradient tool - https://goo.gle/3P4KxNI

try color mix - https://goo.gle/3r2toML

color-mix() with white hover codepen - https://goo.gle/3Pw6mHm

interpolation visualizer - https://goo.gle/45GwS6t

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

Catch more episodes → https://goo.gle/CSSpodcast

Subscribe to Google Chrome Developers → https://goo.gle/ChromeDevs

The CSS Podcast

#CSSpodcast

]]>
16:11 false full Google
71: Why do I have layout shift? Why do I have layout shift? Thu, 31 Aug 2023 21:43:48 +0000 <![CDATA[cc37f3e9-7497-4489-953c-ed4244a1a65f]]> <![CDATA[https://thecsspodcast.libsyn.com/71-why-do-i-have-layout-shift]]> <![CDATA[

In this episode we're shifting the topic to layout shift, that moment where you watch the page adapt to something lazily loaded which has impacted the layout in some way where you see content shift around.

 

Links:

CLS - https://goo.gle/3kle3AW 

Optimizing CLS - https://goo.gle/3fxu6IE 

CSS for Web Vitals - https://goo.gle/3E98gY9 

 

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

 

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘


Subscribe to Google Chrome Developers → https://goo.gle/ChromeDevs

]]>
<![CDATA[

In this episode we're shifting the topic to layout shift, that moment where you watch the page adapt to something lazily loaded which has impacted the layout in some way where you see content shift around.

Links:

CLS - https://goo.gle/3kle3AW

Optimizing CLS - https://goo.gle/3fxu6IE

CSS for Web Vitals - https://goo.gle/3E98gY9

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

Subscribe to Google Chrome Developers → https://goo.gle/ChromeDevs

]]>
11:30 false full Google
70: Why is my image distorted? Why is my image distorted? Fri, 25 Aug 2023 17:50:12 +0000 <![CDATA[3f29f9df-135e-42fd-bd0a-0f17ebcdde4b]]> <![CDATA[https://thecsspodcast.libsyn.com/70-why-is-my-image-distorted]]> <![CDATA[

Too small? Too big? Learn how to make your images just right and all the reasons they might be looking a little funky when you're adding media to your interface.

 

Links:

CSS for Web Vitals → https://goo.gle/3E98gY9 

Learn Responsive Images  → https://goo.gle/45EFuds 

Aspect Ratio → https://goo.gle/3PdyjDS 

Demos → https://goo.gle/3qJuQ6z & https://goo.gle/45uDvZB 

 

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

 

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

 

Catch more episodes → https://goo.gle/CSSpodcast 

Subscribe to Google Chrome Developers → https://goo.gle/ChromeDevs

]]>
<![CDATA[

Too small? Too big? Learn how to make your images just right and all the reasons they might be looking a little funky when you're adding media to your interface.

Links:

CSS for Web Vitals → https://goo.gle/3E98gY9

Learn Responsive Images → https://goo.gle/45EFuds

Aspect Ratio → https://goo.gle/3PdyjDS

Demos → https://goo.gle/3qJuQ6z & https://goo.gle/45uDvZB

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

Catch more episodes → https://goo.gle/CSSpodcast

Subscribe to Google Chrome Developers → https://goo.gle/ChromeDevs

]]>
17:52 false full Google
69: Why is it overflowing? Why is it overflowing? Wed, 16 Aug 2023 19:25:02 +0000 <![CDATA[5ff3362d-441c-4e68-a220-bca1e3c0528c]]> <![CDATA[https://thecsspodcast.libsyn.com/69-why-is-it-overflowing]]> <![CDATA[

In this episode we're overjoyed to overexplain why you may be having overflow in your page. somewhere over the rainbow, an overheating developer overcooked the inline sizes and ended up oversleeping for work the next day. Now let's overanalyze and overshare about CSS overflow.

 

Links:

The rules of Margin Collapse → https://goo.gle/441OGaH  

Everything you need to know → https://goo.gle/4434Ctj 

Check out → https://goo.gle/3YrJDiw  

 

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

 

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

 

Catch more episodes → https://goo.gle/CSSpodcast   

Subscribe to Google Chrome Developers YouTube → https://goo.gle/ChromeDevs

The CSS Podcast

#CSSpodcast

 

]]>
<![CDATA[

In this episode we're overjoyed to overexplain why you may be having overflow in your page. somewhere over the rainbow, an overheating developer overcooked the inline sizes and ended up oversleeping for work the next day. Now let's overanalyze and overshare about CSS overflow.

Links:

The rules of Margin Collapse → https://goo.gle/441OGaH

Everything you need to know → https://goo.gle/4434Ctj

Check out → https://goo.gle/3YrJDiw

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

Catch more episodes → https://goo.gle/CSSpodcast

Subscribe to Google Chrome Developers YouTube → https://goo.gle/ChromeDevs

The CSS Podcast

#CSSpodcast

]]>
15:04 false full Google
68: Why isn't the margin applying? Why isn't the margin applying? Wed, 09 Aug 2023 17:42:44 +0000 <![CDATA[11f4cb9e-279d-4439-b024-c9a8b0692967]]> <![CDATA[https://thecsspodcast.libsyn.com/68-why-isnt-the-margin-applying]]> <![CDATA[

In this episode we explore why margin may not be working for you. We'll teach you about block formatting contexts and margin collapsing! We'll make you the space you want in your designs!

Links:

The Rules of Margin Collapse → https://goo.gle/441OGaH 

CSS Margins → https://goo.gle/4434Ctj 

Learn more → https://goo.gle/3YrJDiw 

 

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

 

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

 

Catch more episodes → https://goo.gle/CSSpodcast  

Subscribe to Google Chrome Developers YouTube → https://goo.gle/ChromeDevs 

]]>
<![CDATA[

In this episode we explore why margin may not be working for you. We'll teach you about block formatting contexts and margin collapsing! We'll make you the space you want in your designs!

Links:

The Rules of Margin Collapse → https://goo.gle/441OGaH

CSS Margins → https://goo.gle/4434Ctj

Learn more → https://goo.gle/3YrJDiw

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

Catch more episodes → https://goo.gle/CSSpodcast

Subscribe to Google Chrome Developers YouTube → https://goo.gle/ChromeDevs

]]>
16:14 false full Google
67: Why isn't z-index working? Why isn't z-index working? Tue, 01 Aug 2023 17:41:15 +0000 <![CDATA[1b819c5e-7896-4fc8-93ca-999423dea747]]> <![CDATA[https://thecsspodcast.libsyn.com/67-why-isnt-z-index-working-0]]> <![CDATA[

In this episode we explore why z-index isn't working for you. We'll teach you about stacking context and how to make sure you've set yourself up for layering success! Join us on this journey through positioning, variable architecture, tools, and more, to bring those elements to light.

Links:

Stacking context → https://goo.gle/43It8jl 

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨  Web DevRel @googlechrome Host of @toolsday & Designing in the Browser 🎬 

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

 

Catch more episodes → https://goo.gle/CSSpodcast 

Subscribe to Google Chrome Developers YouTube → https://goo.gle/ChromeDevs

]]>
<![CDATA[

In this episode we explore why z-index isn't working for you. We'll teach you about stacking context and how to make sure you've set yourself up for layering success! Join us on this journey through positioning, variable architecture, tools, and more, to bring those elements to light.

Links:

Stacking context → https://goo.gle/43It8jl

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨 Web DevRel @googlechrome Host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

Catch more episodes → https://goo.gle/CSSpodcast

Subscribe to Google Chrome Developers YouTube → https://goo.gle/ChromeDevs

]]>
16:55 false full Google
66: Season 3 recap & what's next! Season 3 recap &amp; what's next! Tue, 22 Nov 2022 18:05:44 +0000 <![CDATA[c01f4fb4-188d-40c5-8027-7d247df6aa99]]> <![CDATA[https://thecsspodcast.libsyn.com/season-3-recap-whats-next]]> <![CDATA[

Listen to Adam and Una recap all of the exciting landings they talked about in 2022 in this end-of-season recap. If you missed the others, don't miss this one!

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

 Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

Catch more episodes on YouTube→ https://goo.gle/CSSpodcast

Subscribe to Google Chrome Developers YouTube → https://goo.gle/ChromeDevs

 The CSS Podcast

#CSSpodcast

]]>
<![CDATA[

Listen to Adam and Una recap all of the exciting landings they talked about in 2022 in this end-of-season recap. If you missed the others, don't miss this one!

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

Catch more episodes on YouTube→ https://goo.gle/CSSpodcast

Subscribe to Google Chrome Developers YouTube → https://goo.gle/ChromeDevs

The CSS Podcast

#CSSpodcast

]]>
36:21 false full Google
65: Nesting Nesting Tue, 15 Nov 2022 18:45:07 +0000 <![CDATA[29cd7005-2008-4f39-85d3-e267ef971ab1]]> <![CDATA[https://thecsspodcast.libsyn.com/65-nesting]]> <![CDATA[

In this episode Una and Adam talk about CSS Nesting, per the current 2022 spec draft. They'll cover the syntax basics, some gotchas and of course a bunch of examples. 

 

Links

Nesting 1 Spec - https://goo.gle/3VgnoJR 

Adam exploring the prototype implementation in Canary - https://goo.gle/3UGsMpv 

@scope and @layer and nesting - https://goo.gle/3EyJ3Hq 

 

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

 

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

 

Catch more episodes → https://goo.gle/CSSpodcast    

Subscribe to Google Chrome Developers YouTube → https://goo.gle/ChromeDevs   

 

The CSS Podcast

#CSSpodcast

]]>
<![CDATA[

In this episode Una and Adam talk about CSS Nesting, per the current 2022 spec draft. They'll cover the syntax basics, some gotchas and of course a bunch of examples.

Links

Nesting 1 Spec - https://goo.gle/3VgnoJR

Adam exploring the prototype implementation in Canary - https://goo.gle/3UGsMpv

@scope and @layer and nesting - https://goo.gle/3EyJ3Hq

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

Catch more episodes → https://goo.gle/CSSpodcast

Subscribe to Google Chrome Developers YouTube → https://goo.gle/ChromeDevs

The CSS Podcast

#CSSpodcast

]]>
31:59 false full Google
64: Subgrid Subgrid Tue, 08 Nov 2022 18:42:50 +0000 <![CDATA[3673ec45-1b92-4d50-926c-e9b23d389244]]> <![CDATA[https://thecsspodcast.libsyn.com/64-subgrid]]> <![CDATA[

In this episode Una and Adam discuss subgrid, a special value for grid-template-rows or grid-template-columns. Learn the general details of usage, use cases, tips, tricks and gotchas, so you can use the feature with confidence.

 

Links

CSS Grid Spec - https://goo.gle/3EfjoDq 

MDN - https://goo.gle/3tbooTx 

Smashing Magazine - https://goo.gle/3DUb7Ds 

Ahmad Shadeed on Subgrid - https://goo.gle/3EeStaP 

State of CSS (subgrid) - https://goo.gle/3fQDvP4 

Full Bleed Subgrid demo - https://goo.gle/3TkZ1Jv 

 

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

 

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

 

Catch more episodes → https://goo.gle/CSSpodcast    

Subscribe to Google Chrome Developers YouTube → https://goo.gle/ChromeDevs   

 

The CSS Podcast

#CSSpodcast

]]>
<![CDATA[

In this episode Una and Adam discuss subgrid, a special value for grid-template-rows or grid-template-columns. Learn the general details of usage, use cases, tips, tricks and gotchas, so you can use the feature with confidence.

Links

CSS Grid Spec - https://goo.gle/3EfjoDq

MDN - https://goo.gle/3tbooTx

Smashing Magazine - https://goo.gle/3DUb7Ds

Ahmad Shadeed on Subgrid - https://goo.gle/3EeStaP

State of CSS (subgrid) - https://goo.gle/3fQDvP4

Full Bleed Subgrid demo - https://goo.gle/3TkZ1Jv

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

Catch more episodes → https://goo.gle/CSSpodcast

Subscribe to Google Chrome Developers YouTube → https://goo.gle/ChromeDevs

The CSS Podcast

#CSSpodcast

]]>
09:43 false full Google
63: Media query range syntax Media query range syntax Wed, 02 Nov 2022 01:24:56 +0000 <![CDATA[1bbc0785-9667-4ed5-a5e3-ca60b940e925]]> <![CDATA[https://thecsspodcast.libsyn.com/063-media-query-range-syntax]]> <![CDATA[

Media query range syntax is a really nice addition. 

 

Links

 

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

 

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

 

Catch more episodes on YT → https://goo.gle/CSSpodcast   

Subscribe to Google Chrome Developers → https://goo.gle/ChromeDevs   

 

The CSS Podcast

#CSSpodcast

]]>
<![CDATA[

Media query range syntax is a really nice addition.

Links

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

Catch more episodes on YT → https://goo.gle/CSSpodcast

Subscribe to Google Chrome Developers → https://goo.gle/ChromeDevs

The CSS Podcast

#CSSpodcast

]]>
05:57 false full Google
62: Color functions: An update Color functions Wed, 26 Oct 2022 16:47:15 +0000 <![CDATA[0be65213-67c9-4e21-b5bd-9c699ff04f67]]> <![CDATA[https://thecsspodcast.libsyn.com/062-color-functions]]> <![CDATA[

In this episode Una and Adam cover changes to the color level 5 and new color level 6 specs, so you can stay HD on the topic. Plus, a dive into CSS color functions for manipulating colors.

Links

CSS Color Module Level 5 https://goo.gle/3f8BgpT 

CSS Color Module Level 6 https://goo.gle/3TIsPAI 

 

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

 

Catch more episodes → https://goo.gle/CSSpodcast  

Subscribe to Google Chrome Developers → https://goo.gle/ChromeDevs  

 

The CSS Podcast

#CSSpodcast

]]>
<![CDATA[

In this episode Una and Adam cover changes to the color level 5 and new color level 6 specs, so you can stay HD on the topic. Plus, a dive into CSS color functions for manipulating colors.

Links

CSS Color Module Level 5 → https://goo.gle/3f8BgpT

CSS Color Module Level 6 → https://goo.gle/3TIsPAI

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

Catch more episodes → https://goo.gle/CSSpodcast

Subscribe to Google Chrome Developers → https://goo.gle/ChromeDevs

The CSS Podcast

#CSSpodcast

]]>
13:14 false full Google
61 :has() :has() Tue, 18 Oct 2022 17:16:10 +0000 <![CDATA[18fa15fa-d9db-41ff-a277-51e0f3477455]]> <![CDATA[https://thecsspodcast.libsyn.com/061-has]]> <![CDATA[

:has() is a new CSS selector which allows developers to query for the presence of a child or state. It has been called the "parent selector", but it's much more than that! Using :has() you can style up and down a DOM tree, making this an incredible powerful feature. Learn how to take advantage of this new API with lots of examples in this episode.

Links

 

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

 

Catch more episodes → https://goo.gle/CSSpodcast 

Subscribe to Google Chrome Developers → https://goo.gle/ChromeDevs 

The CSS Podcast

#CSSpodcast

]]>
<![CDATA[

:has() is a new CSS selector which allows developers to query for the presence of a child or state. It has been called the "parent selector", but it's much more than that! Using :has() you can style up and down a DOM tree, making this an incredible powerful feature. Learn how to take advantage of this new API with lots of examples in this episode.

Links

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

Catch more episodes → https://goo.gle/CSSpodcast

Subscribe to Google Chrome Developers → https://goo.gle/ChromeDevs

The CSS Podcast

#CSSpodcast

]]>
23:06 false full Google
60: Inert Inert Tue, 11 Oct 2022 17:11:53 +0000 <![CDATA[0b699deb-b0a0-40b9-8bb8-98ebb6798870]]> <![CDATA[https://thecsspodcast.libsyn.com/060-inert]]> <![CDATA[

In this episode Una and Adam explain a non-CSS property, but very relevant front-end UI property, called inert. It's a way to have a visually guarded part of the UI also be guarded for keyboard and screen reader users.

Links

Inert spec - https://goo.gle/3SXid0C 

MDN - https://goo.gle/3rK1Ybd 

Chrome Developers: Introducing Inert - https://goo.gle/3CLygZE 

 

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

 

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

 

The CSS Podcast

#CSSpodcast

]]>
<![CDATA[

In this episode Una and Adam explain a non-CSS property, but very relevant front-end UI property, called inert. It's a way to have a visually guarded part of the UI also be guarded for keyboard and screen reader users.

Links

Inert spec - https://goo.gle/3SXid0C

MDN - https://goo.gle/3rK1Ybd

Chrome Developers: Introducing Inert - https://goo.gle/3CLygZE

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

The CSS Podcast

#CSSpodcast

]]>
07:31 false full Google
59: Container queries Container queries Thu, 06 Oct 2022 20:16:08 +0000 <![CDATA[4bbd903c-710a-4c60-9ddb-47d3176d99e8]]> <![CDATA[https://thecsspodcast.libsyn.com/059-container-queries]]> <![CDATA[

Container queries (also known as @container) are a new entrypoint for truly component-based responsive design. In this episode, Adam and Una will walk you through how to use them, what browser support looks like, and upcoming features that will give you even more control over your responsive interfaces!

Links

  • CQ + :has() → https://goo.gle/3ymiwJS
  • MDN Docs → https://goo.gle/3ogyIrp

 

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

 

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

 

The CSS Podcast

#CSSpodcast

]]>
<![CDATA[

Container queries (also known as @container) are a new entrypoint for truly component-based responsive design. In this episode, Adam and Una will walk you through how to use them, what browser support looks like, and upcoming features that will give you even more control over your responsive interfaces!

Links

  • CQ + :has() → https://goo.gle/3ymiwJS
  • MDN Docs → https://goo.gle/3ogyIrp

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

The CSS Podcast

#CSSpodcast

]]>
15:45 false full Google
58: Cascade layers Cascade layers Tue, 20 Sep 2022 17:48:59 +0000 <![CDATA[450f093a-00ae-4760-bea6-df800548a7a8]]> <![CDATA[https://thecsspodcast.libsyn.com/058-cascade-layers]]> <![CDATA[

In this episode Una and Adam cover Cascade Layers (aka @layer). It's a way for authors to control and orchestrate their own CSS layering which can help avoid specificity and asynchronous loading issues. Instead of styles taking the most recent style based on order of appearance, orchestrate layers and place styles inside them to control which overrides which.

Links

MDN - https://goo.gle/3UjB6vL 

Smashing Magazine - https://goo.gle/3ByUT1u 

Una on YouTube - https://goo.gle/3Sm2zLc 

Bramus at CSS Day 2022 - https://goo.gle/3LtfxVg 

Bramus's blog - https://goo.gle/3xEj2CM 

Subscribe to Google Chrome Developers YouTube - https://goo.gle/ChromeDevs 

 

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

 

The CSS Podcast

#CSSpodcast

]]>
<![CDATA[

In this episode Una and Adam cover Cascade Layers (aka @layer). It's a way for authors to control and orchestrate their own CSS layering which can help avoid specificity and asynchronous loading issues. Instead of styles taking the most recent style based on order of appearance, orchestrate layers and place styles inside them to control which overrides which.

Links

MDN - https://goo.gle/3UjB6vL

Smashing Magazine - https://goo.gle/3ByUT1u

Una on YouTube - https://goo.gle/3Sm2zLc

Bramus at CSS Day 2022 - https://goo.gle/3LtfxVg

Bramus's blog - https://goo.gle/3xEj2CM

Subscribe to Google Chrome Developers YouTube - https://goo.gle/ChromeDevs

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

The CSS Podcast

#CSSpodcast

]]>
18:08 false full Google
57: DevTools Mini Series - Interaction DevTools Mini Series - Interaction Wed, 29 Dec 2021 07:59:18 +0000 <![CDATA[7e0a6777-54ed-445f-a9a9-a90d1b6e6712]]> <![CDATA[https://thecsspodcast.libsyn.com/057-devtools-mini-series-interaction]]> <![CDATA[

DevTools Mini Series continues, this time on interactions. Una Kravets and Adam Argyle are joined by Jecelyn Yeen to discuss interaction, and interaction inspection/ debugging in DevTools. 



Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

 

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘 

 

Jecelyn Yeen

Twitter | Facebook | YouTube

Developer advocate @ChromeDevTools 📐🤩

 

The CSS Podcast

#CSSpodcast

]]>
<![CDATA[

DevTools Mini Series continues, this time on interactions. Una Kravets and Adam Argyle are joined by Jecelyn Yeen to discuss interaction, and interaction inspection/ debugging in DevTools.

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

Jecelyn Yeen

Twitter | Facebook | YouTube

Developer advocate @ChromeDevTools 📐🤩

The CSS Podcast

#CSSpodcast

]]>
14:32 false 3 28 full Google
56: DevTools Mini Series - Accessibility DevTools Mini Series - Accessibility Wed, 22 Dec 2021 07:57:10 +0000 <![CDATA[db56b572-17db-4beb-93ae-a3906a0fddf5]]> <![CDATA[https://thecsspodcast.libsyn.com/056-devtools-mini-series-accessibility]]> <![CDATA[

DevTools Mini Series continues, this time on accessibility tooling. Una Kravets and Adam Argyle are joined by Jecelyn Yeen to discuss how DevTools can help you discover and fix accessibility issues.

 

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

 

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘 

 

Jecelyn Yeen

Twitter | Facebook | YouTube

Developer advocate @ChromeDevTools 📐🤩

 

The CSS Podcast

#CSSpodcast

]]>
<![CDATA[

DevTools Mini Series continues, this time on accessibility tooling. Una Kravets and Adam Argyle are joined by Jecelyn Yeen to discuss how DevTools can help you discover and fix accessibility issues.

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

Jecelyn Yeen

Twitter | Facebook | YouTube

Developer advocate @ChromeDevTools 📐🤩

The CSS Podcast

#CSSpodcast

]]>
13:49 false 3 27 full Google
55: DevTools Mini Series - Layout DevTools Mini Series - Layout Wed, 15 Dec 2021 08:00:00 +0000 <![CDATA[9e1d3567-b5bd-41da-b33b-706f6be7e21e]]> <![CDATA[https://thecsspodcast.libsyn.com/055-devtools-mini-series-layout]]> <![CDATA[

DevTools Mini Series continues, this time on layout. Una Kravets and Adam Argyle are joined by Jecelyn Yeen to discuss an overview of how DevTools can help you create and debug layouts.

 

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

 

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘 

 

Jecelyn Yeen

Twitter | Facebook | YouTube

Developer advocate @ChromeDevTools 📐🤩

 

The CSS Podcast

#CSSpodcast

]]>
<![CDATA[

DevTools Mini Series continues, this time on layout. Una Kravets and Adam Argyle are joined by Jecelyn Yeen to discuss an overview of how DevTools can help you create and debug layouts.

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

Jecelyn Yeen

Twitter | Facebook | YouTube

Developer advocate @ChromeDevTools 📐🤩

The CSS Podcast

#CSSpodcast

]]>
17:10 false 3 26 full Google
54: DevTools Mini Series - Color DevTools Mini Series - Color Wed, 08 Dec 2021 07:51:42 +0000 <![CDATA[c4d73f2d-fea4-4d33-bba8-93580b5e8f71]]> <![CDATA[https://thecsspodcast.libsyn.com/054-devtools-mini-series-color]]> <![CDATA[

Welcome to the DevTools Mini Series for The CSS Podcast. On this episode, Una Kravets and Adam Argyle are joined by Jecelyn Yeen to discuss an overview of color and shared tips.

 

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

 

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘 

 

Jecelyn Yeen

Twitter | Facebook | YouTube

Developer advocate @ChromeDevTools 📐🤩

 

The CSS Podcast

#CSSpodcast

]]>
<![CDATA[

Welcome to the DevTools Mini Series for The CSS Podcast. On this episode, Una Kravets and Adam Argyle are joined by Jecelyn Yeen to discuss an overview of color and shared tips.

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

Jecelyn Yeen

Twitter | Facebook | YouTube

Developer advocate @ChromeDevTools 📐🤩

The CSS Podcast

#CSSpodcast

]]>
14:20 false 3 25 full Google
53: Season 2 wrap up Season two wrap up Tue, 03 Aug 2021 17:00:31 +0000 <![CDATA[59337f28-019d-4b20-8d23-ca983566f194]]> <![CDATA[https://thecsspodcast.libsyn.com/053-season-two-wrap-up]]> <![CDATA[

We've reached the end of season 2 of the CSS Podcast. In this closing episode, we recap every episode by sharing our favorite tips and learnings from the last few months!

Episodes reminisced
E30 → Lists
E31 → @rules
E32 → Page Media Queries
E33 → Preference Media Queries
E34 → Overflow
E35 → Background
E36 → Text & Typography
E37 → Cursors & Pointers
E38 → N-Match Notation
E39 → Paths, Shapes, Clipping and Masking
E40 → @font-face
E41 → Transforms
E42 → Snap Points
E43 → Containment
E44 → Transitions
E45 → @scroll-timeline
E46 → Custom Properties
E47 → :is(), :where(), and @nest
E48 → Touch Interaction
E49 → Accessibility
E50 → Inherit, initial, inset, and revert
E51 → Styling SVG
E52 → Counters & @counter-style

Una Kravets (co-host)
Twitter | Instagram | YouTube
Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host)
Twitter | Instagram | YouTube
@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

The CSS Podcast
#CSSpodcast

]]>
<![CDATA[

We've reached the end of season 2 of the CSS Podcast. In this closing episode, we recap every episode by sharing our favorite tips and learnings from the last few months! Episodes reminisced E30 → Lists E31 → @rules E32 → Page Media Queries E33 → Preference Media Queries E34 → Overflow E35 → Background E36 → Text & Typography E37 → Cursors & Pointers E38 → N-Match Notation E39 → Paths, Shapes, Clipping and Masking E40 → @font-face E41 → Transforms E42 → Snap Points E43 → Containment E44 → Transitions E45 → @scroll-timeline E46 → Custom Properties E47 → :is(), :where(), and @nest E48 → Touch Interaction E49 → Accessibility E50 → Inherit, initial, inset, and revert E51 → Styling SVG E52 → Counters & @counter-style Una Kravets (co-host) Twitter | Instagram | YouTube Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 Adam Argyle (co-host) Twitter | Instagram | YouTube @GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘 The CSS Podcast #CSSpodcast

]]>
35:45 false 2 24 full Google
52: counters and @counter-style counters and @counter-style Tue, 27 Jul 2021 16:58:56 +0000 <![CDATA[124e3efe-ffce-4ebe-aba9-2a1a7b918bff]]> <![CDATA[https://thecsspodcast.libsyn.com/052-counters-and-counter-style]]> <![CDATA[

Count on The CSS Podcast to cover counters. Una and Adam teach all the ways to create, reset, and update counters. Use them for lists, games and more!

 

Links

Counters Level 3 https://goo.gle/3f2BP18 

Pure CSS Games Collection https://goo.gle/3l0wrQe 

 

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

 

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘 

 

The CSS Podcast

#CSSpodcast

]]>
<![CDATA[

Count on The CSS Podcast to cover counters. Una and Adam teach all the ways to create, reset, and update counters. Use them for lists, games and more!

Links

Counters Level 3 → https://goo.gle/3f2BP18

Pure CSS Games Collection → https://goo.gle/3l0wrQe

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

The CSS Podcast

#CSSpodcast

]]>
26:48 false 2 23 full Google
51: Styling SVG in CSS Styling SVG in CSS Tue, 20 Jul 2021 16:50:00 +0000 <![CDATA[f9b0c7dd-e5d5-4772-b0e6-691621941ff9]]> <![CDATA[https://thecsspodcast.libsyn.com/051-styling-svg-in-css]]> <![CDATA[

CSS and SVG are very intertwined, and you can create a lot of unique effects by combining the two. This episode dives into a few CSS + SVG tips and tricks, including where and how to use SVG on your page, icon systems, color theming, adding animations, filter effects, and more!

 

Links

Solved with CSS: Colorizing SVG → https://goo.gle/3x0Uilb

SVGOMG  → https://goo.gle/3hS6ksJ

SVG spec  → https://goo.gle/3wVgRYe

 

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

 

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘 

 

The CSS Podcast

#CSSpodcast

]]>
<![CDATA[

CSS and SVG are very intertwined, and you can create a lot of unique effects by combining the two. This episode dives into a few CSS + SVG tips and tricks, including where and how to use SVG on your page, icon systems, color theming, adding animations, filter effects, and more!

Links

Solved with CSS: Colorizing SVG → https://goo.gle/3x0Uilb

SVGOMG → https://goo.gle/3hS6ksJ

SVG spec → https://goo.gle/3wVgRYe

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

The CSS Podcast

#CSSpodcast

]]>
32:54 false 2 22 full
50: inherit, initial, unset, and revert inherit, initial, unset, and revert Tue, 13 Jul 2021 17:07:54 +0000 <![CDATA[bf1ef092-6e69-413e-9977-89cc4c2db9bd]]> <![CDATA[https://thecsspodcast.libsyn.com/050-inherit-initial-unset-and-revert]]> <![CDATA[

This episode is about the very available CSS values inherit, initial, unset and revert. We'll help explain what they are, what they do and when to use them.

 

Links

CSS Tricks Article → https://goo.gle/2U5PxJw 

Quirksmode Article → https://goo.gle/2TY80rz 

 

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

 

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘 

 

The CSS Podcast

#CSSpodcast

]]>
<![CDATA[

This episode is about the very available CSS values inherit, initial, unset and revert. We'll help explain what they are, what they do and when to use them.

Links

CSS Tricks Article → https://goo.gle/2U5PxJw

Quirksmode Article → https://goo.gle/2TY80rz

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

The CSS Podcast

#CSSpodcast

]]>
11:31 false 2 21 full Google
49: Accessibility Accessibility Tue, 06 Jul 2021 17:26:49 +0000 <![CDATA[c333c0e1-d1ab-4d57-977c-8f6bb07c2ae9]]> <![CDATA[https://thecsspodcast.libsyn.com/049-accessibility]]> <![CDATA[

Today we are breaking down accessibility related styling choices to ensure a better user experience for all of your users. These include focus visibility, keyboard navigation, and more! 

Links

#lintHTMLwithCSS - https://goo.gle/3dSMIlU 

CSS Speech Level 1 - https://goo.gle/3xrg3vc 

Media Queries Level 5 - https://goo.gle/3qUcBXz

 

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

 

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘 

 

The CSS Podcast

#CSSpodcast

]]>
<![CDATA[

Today we are breaking down accessibility related styling choices to ensure a better user experience for all of your users. These include focus visibility, keyboard navigation, and more!

Links

#lintHTMLwithCSS - https://goo.gle/3dSMIlU

CSS Speech Level 1 - https://goo.gle/3xrg3vc

Media Queries Level 5 - https://goo.gle/3qUcBXz

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

The CSS Podcast

#CSSpodcast

]]>
31:38 false 2 20 full Google
48: Touch interaction Touch interaction Tue, 29 Jun 2021 16:54:18 +0000 <![CDATA[7d9b4a69-7f58-4915-8a09-ec4aa4998649]]> <![CDATA[https://thecsspodcast.libsyn.com/048-touch-interaction]]> <![CDATA[

Today we touch on touch interaction. Covering CSS's ability to change a user's touch experience with properties like touch-action, scroll-behavior, user-select and more.

 

Links

MDN - https://goo.gle/3y8My14 

Spec - https://goo.gle/3dm4opF 

 

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

 

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘 

 

The CSS Podcast

#CSSpodcast

]]>
<![CDATA[

Today we touch on touch interaction. Covering CSS's ability to change a user's touch experience with properties like touch-action, scroll-behavior, user-select and more.

Links

MDN - https://goo.gle/3y8My14

Spec - https://goo.gle/3dm4opF

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

The CSS Podcast

#CSSpodcast

]]>
25:54 false 2 19 full Google
47: :is(), :where(), & nesting :is(), :where(), &amp; nesting Tue, 22 Jun 2021 17:29:18 +0000 <![CDATA[4cd7c626-7a17-4a93-be2a-36fc5803bad5]]> <![CDATA[https://thecsspodcast.libsyn.com/047-is-where-nesting]]> <![CDATA[

In this episode, Adam and Una explore some CSS syntactic sugar! They discuss the :is and :where functions, how they differ, and how they're paving the way for nesting. 

 

Links

Adam's post on web.dev https://goo.gle/3qhYifl 

MDN :is() https://goo.gle/3qgU0Vf 

Forgiving selector parsing https://goo.gle/3xLTYHL 

 

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

 

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘 

 

The CSS Podcast

#CSSpodcast

]]>
<![CDATA[

In this episode, Adam and Una explore some CSS syntactic sugar! They discuss the :is and :where functions, how they differ, and how they're paving the way for nesting.

Links

Adam's post on web.dev → https://goo.gle/3qhYifl

MDN :is() → https://goo.gle/3qgU0Vf

Forgiving selector parsing → https://goo.gle/3xLTYHL

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

The CSS Podcast

#CSSpodcast

]]>
33:04 false 2 18 full Google
46: Custom properties Custom properties Tue, 15 Jun 2021 17:19:25 +0000 <![CDATA[4087cf23-af66-442c-9c30-64b9ee23b248]]> <![CDATA[https://thecsspodcast.libsyn.com/046-custom-properties]]> <![CDATA[

Custom properties, aka CSS variables, are runtime dynamic variables which allow you to store loose or typed values. They're free, super fast, improve code legibility, unlock powers, are reachable with JavaScript, animateable, overall super fun and, well, kind of complex.

 

Links

Module Level 1 https://goo.gle/3wtADL1 

82% of developers get this 3 line CSS quiz wrong https://goo.gle/2U8oTPR 

A user's guide to CSS variables https://goo.gle/3zlmscV 

Locally Scoped CSS Variables: What, How, and Why https://goo.gle/2KGESwR 

GitHub https://goo.gle/3iOiVOa 

 

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

 

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘 

 

The CSS Podcast

#CSSpodcast

]]>
<![CDATA[

Custom properties, aka CSS variables, are runtime dynamic variables which allow you to store loose or typed values. They're free, super fast, improve code legibility, unlock powers, are reachable with JavaScript, animateable, overall super fun and, well, kind of complex.

Links

Module Level 1 → https://goo.gle/3wtADL1

82% of developers get this 3 line CSS quiz wrong → https://goo.gle/2U8oTPR

A user's guide to CSS variables → https://goo.gle/3zlmscV

Locally Scoped CSS Variables: What, How, and Why → https://goo.gle/2KGESwR

GitHub → https://goo.gle/3iOiVOa

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

The CSS Podcast

#CSSpodcast

]]>
27:29 false 2 17 full Google
45: Scroll timeline Scroll timeline Tue, 08 Jun 2021 16:48:04 +0000 <![CDATA[2a02152f-7a20-426d-afdb-665a3a13818d]]> <![CDATA[https://thecsspodcast.libsyn.com/045-scroll-timeline]]> <![CDATA[

In this episode we deep dive the experimental Scroll Animations spec to bring you the breakdown on @scroll-timeline powered CSS animation. Learn about scroll-linked animations vs scroll-triggered animations and how to orchestrate scroll interactions with elements of the page. 

 

Links

Scroll animations level 1 draft https://goo.gle/3pvWX49 

Polyfill https://goo.gle/3x8CQvw 

GUI Challenges - Tabs https://goo.gle/34YYl5J 

Bramus's talk https://goo.gle/2TPs7HU 

 

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

 

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘 

 

The CSS Podcast

#CSSpodcast

]]>
<![CDATA[

In this episode we deep dive the experimental Scroll Animations spec to bring you the breakdown on @scroll-timeline powered CSS animation. Learn about scroll-linked animations vs scroll-triggered animations and how to orchestrate scroll interactions with elements of the page.

Links

Scroll animations level 1 draft →https://goo.gle/3pvWX49

Polyfill → https://goo.gle/3x8CQvw

GUI Challenges - Tabs → https://goo.gle/34YYl5J

Bramus's talk → https://goo.gle/2TPs7HU

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

The CSS Podcast

#CSSpodcast

]]>
22:26 false 2 16 full Google
44: Transitions Transitions Tue, 01 Jun 2021 17:09:53 +0000 <![CDATA[2e74fcc0-0fa2-4c9c-84c0-fed68a0c41a6]]> <![CDATA[https://thecsspodcast.libsyn.com/044-transitions]]> <![CDATA[

In this episode it's all about transitions. What you can and can't transition, it's limits, and it's super powers. We'll finish up with ways to trigger transitions and a few tips and tricks.

 

Links

CSS Transitions https://goo.gle/3vIDi31 

Cont. https://goo.gle/3pcpueY 

 

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

 

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘 

 

The CSS Podcast

#CSSpodcast

]]>
<![CDATA[

In this episode it's all about transitions. What you can and can't transition, it's limits, and it's super powers. We'll finish up with ways to trigger transitions and a few tips and tricks.

Links

CSS Transitions https://goo.gle/3vIDi31

Cont. https://goo.gle/3pcpueY

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

The CSS Podcast

#CSSpodcast

]]>
26:18 false 2 15 full Google
43: Containment Containment Wed, 26 May 2021 16:50:08 +0000 <![CDATA[75b65b61-205b-43f5-903c-d5edcb497c59]]> <![CDATA[https://thecsspodcast.libsyn.com/043-containment]]> <![CDATA[

The CSS contain property can give you some serious performance gains by adjusting how and when the browser renders elements. In this episode, we go over all the different types of containment, and where you might use them.

 

Links

MDN doc on containment → https://goo.gle/3fRejEd 

Content-visibility → https://goo.gle/3wBMB52 

 

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

 

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘 

 

The CSS Podcast

#CSSpodcast

]]>
<![CDATA[

The CSS contain property can give you some serious performance gains by adjusting how and when the browser renders elements. In this episode, we go over all the different types of containment, and where you might use them.

Links

MDN doc on containment → https://goo.gle/3fRejEd

Content-visibility → https://goo.gle/3wBMB52

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

The CSS Podcast

#CSSpodcast

]]>
14:51 false 2 14 full Google
42: Snap points Snap points Tue, 11 May 2021 18:27:59 +0000 <![CDATA[3bf7e4eb-1467-44ea-ac62-b239cb2a3735]]> <![CDATA[https://thecsspodcast.libsyn.com/042-snap-points]]> <![CDATA[

In this episode we're guiding scroll areas into their peaceful resting places, maintaining alignment, keeping visual harmony, and improving the overall experience with the content.

 

Links

Scroll Snap Level 1 draft https://goo.gle/2R9hUow 

overscroll-behavior https://goo.gle/3o7vLYE 

scroll-behavior https://goo.gle/3uKvkWU 

 

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

 

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘 

 

The CSS Podcast

#CSSpodcast

]]>
<![CDATA[

In this episode we're guiding scroll areas into their peaceful resting places, maintaining alignment, keeping visual harmony, and improving the overall experience with the content.

Links

Scroll Snap Level 1 draft → https://goo.gle/2R9hUow

overscroll-behavior → https://goo.gle/3o7vLYE

scroll-behavior → https://goo.gle/3uKvkWU

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

The CSS Podcast

#CSSpodcast

]]>
16:49 false 2 13 full Google
41: Transforms Transforms Tue, 04 May 2021 16:56:00 +0000 <![CDATA[d133d34d-939b-42e0-9c35-c896103e86e0]]> <![CDATA[https://thecsspodcast.libsyn.com/041-transforms]]> <![CDATA[

In this episode we enter the 3rd dimension with CSS, placing and manipulating objects in 3D space with the transform property. 2D and 3D transforms are spectacular ways to animate and create a sense of depth in a design, follow along for how it all works.

 

Links

CSS Transforms Module Level 1 https://goo.gle/2RsETdW 

CSS Transforms Module Level 2 https://goo.gle/3tdGeCF 

Chaining transforms → https://goo.gle/3nKMKQp 

 

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨  Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬 

 

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘 

 

The CSS Podcast

#CSSpodcast

]]>
<![CDATA[

In this episode we enter the 3rd dimension with CSS, placing and manipulating objects in 3D space with the transform property. 2D and 3D transforms are spectacular ways to animate and create a sense of depth in a design, follow along for how it all works.

Links

CSS Transforms Module Level 1 → https://goo.gle/2RsETdW

CSS Transforms Module Level 2 → https://goo.gle/3tdGeCF

Chaining transforms → https://goo.gle/3nKMKQp

Una Kravets (co-host)

Twitter | Instagram | YouTube

Making the web more colorful ✨🎨 Web DevRel @googlechrome Unicorn face host of @toolsday & Designing in the Browser 🎬

Adam Argyle (co-host)

Twitter | Instagram | YouTube

@GoogleChrome CSS DevRel; @CSSWG; VisBug maker; punk; CSS/JS/UX addict; 💀🤘

The CSS Podcast

#CSSpodcast

]]>
30:24 false 2 12 full Google
40: @font-face @font-face Tue, 27 Apr 2021 17:00:00 +0000 <![CDATA[dd55fd65-6dbb-4c47-986a-58950a886bd9]]> <![CDATA[https://thecsspodcast.libsyn.com/040-the-css-podcast-font-face]]> <![CDATA[

In this episode Una and Adam talk about font adjustments when being used within @font-face. When fonts are loaded, there's an opportunity to provide default values and fine tunings.

Links
@font-face on MDN → https://goo.gle/2S3DAmp 
CSS Fonts Level 4 → https://goo.gle/3sGwO2s 

The CSS Podcast
#CSSpodcast

]]>
<![CDATA[

In this episode Una and Adam talk about font adjustments when being used within @font-face. When fonts are loaded, there's an opportunity to provide default values and fine tunings.

Links @font-face on MDN → https://goo.gle/2S3DAmp CSS Fonts Level 4 → https://goo.gle/3sGwO2s

The CSS Podcast #CSSpodcast

]]>
23:52 false 2 11 full Google
39: Paths, shapes, clipping and masking Paths, shapes, clipping and masking Tue, 20 Apr 2021 16:42:28 +0000 <![CDATA[079e243a-e063-4a02-a303-8a3066687519]]> <![CDATA[https://thecsspodcast.libsyn.com/039-the-css-podcast-paths-shapes-clipping-and-masking]]> <![CDATA[

Paths, shapes, clipping, masking, oh my! There's so much you can do with CSS shapes—from creating transition effects to creating interesting and organic typographic layouts. In this episode we dive in to how to wrangle shape effects in CSS.

 

Shapes Level 1 → https://goo.gle/3gkJAkG 

Shapes Level 2 →  https://goo.gle/3amJLIk 

Masking Level 1 →  https://goo.gle/3nb6Bb5 

Clippy tool → https://goo.gle/3sIM0w9 

clip-path transitions → https://goo.gle/3tGx96I 

CSS Masking → https://goo.gle/3goEcNt 

 

The CSS Podcast

#CSSpodcast

]]>
<![CDATA[

Paths, shapes, clipping, masking, oh my! There's so much you can do with CSS shapes—from creating transition effects to creating interesting and organic typographic layouts. In this episode we dive in to how to wrangle shape effects in CSS.

Shapes Level 1 → https://goo.gle/3gkJAkG

Shapes Level 2 → https://goo.gle/3amJLIk

Masking Level 1 → https://goo.gle/3nb6Bb5

Clippy tool → https://goo.gle/3sIM0w9

clip-path transitions → https://goo.gle/3tGx96I

CSS Masking → https://goo.gle/3goEcNt

The CSS Podcast

#CSSpodcast

]]>
33:20 false 2 10 full Google
38: N-match Notation N-match Notation Tue, 13 Apr 2021 18:20:42 +0000 <![CDATA[9c71968c-5287-4b74-ad2f-3a87dfbd56aa]]> <![CDATA[https://thecsspodcast.libsyn.com/038-the-css-podcast-n-match-notation]]> <![CDATA[

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 syntax → https://goo.gle/328nA4b 

Quantity queries → https://goo.gle/3a4NPwT 

Solved with CSS! Nth-tricks → https://goo.gle/3g65Wq0 

 

The CSS Podcast

#CSSpodcast

]]>
<![CDATA[

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 syntax → https://goo.gle/328nA4b

Quantity queries → https://goo.gle/3a4NPwT

Solved with CSS! Nth-tricks → https://goo.gle/3g65Wq0

The CSS Podcast

#CSSpodcast

]]>
16:22 false 2 9 full Google
37: Cursors and Pointers Cursors and Pointers Tue, 06 Apr 2021 17:00:00 +0000 <![CDATA[b7642245-0c8c-4509-a2d1-7588d086ab13]]> <![CDATA[https://thecsspodcast.libsyn.com/037-cursors-and-pointers]]> <![CDATA[

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 fun episode, where things get a bit goofy.

Links
Pointer events → https://goo.gle/39HFYF8
A Mind-Bending Discovery → https://goo.gle/31Rm3iA

The CSS Podcast
#CSSpodcast

]]>
<![CDATA[

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 fun episode, where things get a bit goofy.

LinksPointer events → https://goo.gle/39HFYF8A Mind-Bending Discovery → https://goo.gle/31Rm3iA

The CSS Podcast#CSSpodcast

]]>
17:09 false 2 8 full Google
36: Text and Typography Text and Typography Tue, 30 Mar 2021 17:00:00 +0000 <![CDATA[63b5ed71-cc11-4e52-b631-af163b5a6cc2]]> <![CDATA[https://thecsspodcast.libsyn.com/tcp036-v2]]> <![CDATA[

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 3 → https://goo.gle/3u7M2yK

The CSS Podcast
#CSSpodcast

]]>
<![CDATA[

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/2O4Fh13Text Decoration 3 → https://goo.gle/3u7M2yK

The CSS Podcast#CSSpodcast

]]>
30:12 false 2 7 full Google
35: Background Background Tue, 23 Mar 2021 17:00:00 +0000 <![CDATA[b89cc8fe-6fba-4f1a-a2d4-e5c84b9e3841]]> <![CDATA[https://thecsspodcast.libsyn.com/035-background]]> <![CDATA[

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

#CSSpodcast

]]>
<![CDATA[

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

#CSSpodcast

]]>
24:46 false 2 6 full Google
34: Overflow Overflow Tue, 16 Mar 2021 17:00:00 +0000 <![CDATA[0bd852b3-fed1-48b3-99d9-0aef0fed6e13]]> <![CDATA[https://thecsspodcast.libsyn.com/034-overflow]]> <![CDATA[

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 → http://goo.gle/2N7KsNg

The CSS Podcast
#CSSpodcast

]]>
<![CDATA[

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.

LinksText-overflow → http://goo.gle/38uDGbXCSS Overflow Module → http://goo.gle/2N7KsNg

The CSS Podcast#CSSpodcast

]]>
18:20 false 2 5 full Google
33: Preference Media Preference Media Thu, 11 Mar 2021 18:00:00 +0000 <![CDATA[a7731e29-430a-4c2a-9588-4ed93976ab9f]]> <![CDATA[https://thecsspodcast.libsyn.com/033-preference-media]]> <![CDATA[

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
#CSSpodcast

]]>
<![CDATA[

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.

LinksMedia Queries 5 → https://goo.gle/306lZea

The CSS Podcast#CSSpodcast

]]>
15:58 false 2 4 full Google
32: Page Media Page Media Tue, 02 Mar 2021 18:00:00 +0000 <![CDATA[8362eeac-a971-4008-bea3-b7b9191ec39d]]> <![CDATA[https://thecsspodcast.libsyn.com/033-page-media]]> <![CDATA[

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 Privacy → http://goo.gle/3kfwUM0

CSS Color Adjustment → http://goo.gle/3qLkduJ

 

The CSS Podcast

#CSSpodcast

]]>
<![CDATA[

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 Privacy → http://goo.gle/3kfwUM0

CSS Color Adjustment → http://goo.gle/3qLkduJ

The CSS Podcast

#CSSpodcast

]]>
21:53 false 3 2 full Google
31: @rules @rules Tue, 23 Feb 2021 18:00:00 +0000 <![CDATA[3b409789-4f40-4bb1-9743-6169a7e72f28]]> <![CDATA[https://thecsspodcast.libsyn.com/031-rules]]> <![CDATA[

In this episode we talk about CSS @rules and all the different customizations you can make to fonts, encoding, animations, Houdini, and more. 

Links
At-rules → http://goo.gle/3uvvRwb
CSS Conditional Rules Module → http://goo.gle/37Bgf02
@property → https://goo.gle/3upuMpB
Media Queries → https://goo.gle/2Nl2VGp
CSS Fonts → http://goo.gle/3dB2uSU

The CSS Podcast
#CSSpodcast

]]>
<![CDATA[

In this episode we talk about CSS @rules and all the different customizations you can make to fonts, encoding, animations, Houdini, and more.

LinksAt-rules → http://goo.gle/3uvvRwb CSS Conditional Rules Module → http://goo.gle/37Bgf02 @property → https://goo.gle/3upuMpB Media Queries → https://goo.gle/2Nl2VGp CSS Fonts → http://goo.gle/3dB2uSU

The CSS Podcast#CSSpodcast

]]>
20:50 false 2 2 full Google
30: Lists Lists Tue, 16 Feb 2021 18:00:00 +0000 <![CDATA[9c705ff7-22fd-4a73-9969-dab9bfb4a27f]]> <![CDATA[https://thecsspodcast.libsyn.com/030-lists]]> <![CDATA[

In this Season 2 kickoff episode we talk about lists; their bullets/markers, styleability and overall featureset. List-en closely 🤓

Links
CSS Lists and Counters Module → http://goo.gle/2LlRhtS
Custom bullets with CSS → http://goo.gle/3rol0BL
CSS Lists, Markers, And Counters→ http://goo.gle/3cHa5yP
CSS Counter Grid → https://goo.gle/3awKJkp

The CSS Podcast
#CSSpodcast

]]>
<![CDATA[

In this Season 2 kickoff episode we talk about lists; their bullets/markers, styleability and overall featureset. List-en closely 🤓

LinksCSS Lists and Counters Module → http://goo.gle/2LlRhtS Custom bullets with CSS → http://goo.gle/3rol0BL CSS Lists, Markers, And Counters→ http://goo.gle/3cHa5yPCSS Counter Grid → https://goo.gle/3awKJkp

The CSS Podcast#CSSpodcast

]]>
16:26 false 2 1 full Google
29: Houdini Series: Layout Houdini Series: Layout Wed, 09 Dec 2020 18:00:00 +0000 <![CDATA[92586930-e4b5-4292-9a98-6b8e4a7b1940]]> <![CDATA[https://thecsspodcast.libsyn.com/029-houdini-series-layout]]> <![CDATA[

In this episode, we get a little more experimental as we continue the Houdini series and discuss the Layout Worklet, also sometimes referred to as the Houdini Layout API. The Layout API enables developers to write their own layout algorithms.

For more about Houdini worklets, check out our last episode on the Paint Worklet for an overview → https://goo.gle/3mG6BPc

Links

The Layout API → https://goo.gle/3gspEdI

Masonry Layout Example by @iamvdo → https://goo.gle/37pRint

]]>
<![CDATA[

In this episode, we get a little more experimental as we continue the Houdini series and discuss the Layout Worklet, also sometimes referred to as the Houdini Layout API. The Layout API enables developers to write their own layout algorithms.

For more about Houdini worklets, check out our last episode on the Paint Worklet for an overview → https://goo.gle/3mG6BPc

Links

The Layout API → https://goo.gle/3gspEdI

Masonry Layout Example by @iamvdo → https://goo.gle/37pRint

]]>
16:34 false 1 29 full Google
28: Houdini Series: Paint Houdini Series: Paint Wed, 02 Dec 2020 18:00:00 +0000 <![CDATA[563e9c5e-646d-49bc-a198-e643ecb0abe4]]> <![CDATA[https://thecsspodcast.libsyn.com/028-houdini-series-paint]]> <![CDATA[

In this episode, we continue the Houdini series and enter worklet land! We go over the Paint Worklet, an API that enables developers to define canvas-like custom painting functions that can be used directly in CSS as backgrounds, borders, masks, and more.

Links

CSS Paint API → https://goo.gle/39bWvBV

MDN Docs on CSS Painting API → https://goo.gle/3m3e1M1

Worklet Reference → https://goo.gle/3980Equ

]]>
<![CDATA[

In this episode, we continue the Houdini series and enter worklet land! We go over the Paint Worklet, an API that enables developers to define canvas-like custom painting functions that can be used directly in CSS as backgrounds, borders, masks, and more.

Links

CSS Paint API → https://goo.gle/39bWvBV

MDN Docs on CSS Painting API → https://goo.gle/3m3e1M1

Worklet Reference → https://goo.gle/3980Equ

]]>
29:29 false 1 28 full Google
27: Houdini Series: Typed OM Houdini Series: Typed OM Wed, 18 Nov 2020 18:00:00 +0000 <![CDATA[5d2ece34-60dc-4096-8ed2-0789375e690b]]> <![CDATA[https://thecsspodcast.libsyn.com/027-houdini-series-typed-om]]> <![CDATA[

In this episode we go over the TypedOM, a new API for parsing, converting, creating and managing CSS. It's typed, as the name suggests, and these typings not only help developers find bugs, they can make properties animateable natively in the engine. 

Links

MDN Typed OM Reference → https://goo.gle/3n2FrC9

Spec → https://goo.gle/32fq94O

caniuse attributeStyleMap →  https://goo.gle/3leR0Fu

caniuse computedStyleMap →  https://goo.gle/3p40ENy

]]>
<![CDATA[

In this episode we go over the TypedOM, a new API for parsing, converting, creating and managing CSS. It's typed, as the name suggests, and these typings not only help developers find bugs, they can make properties animateable natively in the engine.

Links

MDN Typed OM Reference → https://goo.gle/3n2FrC9

Spec → https://goo.gle/32fq94O

caniuse attributeStyleMap → https://goo.gle/3leR0Fu

caniuse computedStyleMap → https://goo.gle/3p40ENy

]]>
21:17 false 1 27 full Google
26: Houdini Series: Properties & Values Houdini Series: Properties &amp; Values Wed, 11 Nov 2020 18:00:00 +0000 <![CDATA[e62bd3ee-2cd8-4aa6-ad4f-649912291e44]]> <![CDATA[https://thecsspodcast.libsyn.com/026-houdini-series-properties-values]]> <![CDATA[

In this episode we introduce Houdini! We start by talking about our hooks into the layout engine and CSS parser, so we can connect our custom functionality with some CSS authored by a designer or developer. These hooks are called Houdini Properties & Values.

Links

Properties and Values Spec → https://goo.gle/2HZ6Aad

Value Definitions Spec → https://goo.gle/2HZCCTy

Houdini @property → https://goo.gle/3eyFimW

]]>
<![CDATA[

In this episode we introduce Houdini! We start by talking about our hooks into the layout engine and CSS parser, so we can connect our custom functionality with some CSS authored by a designer or developer. These hooks are called Houdini Properties & Values.

Links

Properties and Values Spec → https://goo.gle/2HZ6Aad

Value Definitions Spec → https://goo.gle/2HZCCTy

Houdini @property → https://goo.gle/3eyFimW

]]>
21:20 false 1 26 full Google
25: Season 1 Wrap Up Season 1 Wrap Up Wed, 16 Sep 2020 17:09:54 +0000 <![CDATA[5acd5250-211d-43aa-b368-881e38b995f8]]> <![CDATA[https://thecsspodcast.libsyn.com/025-season-1-wrap-up]]> <![CDATA[

In this closing episode, we do a whirlwind recap of our entire first season! We go over every episode, from the box model to z-index to animations and functions and color. Listen as we recount our favorite tips and tricks and discuss what we learned in the process of making this podcast.

]]>
<![CDATA[

In this closing episode, we do a whirlwind recap of our entire first season! We go over every episode, from the box model to z-index to animations and functions and color. Listen as we recount our favorite tips and tricks and discuss what we learned in the process of making this podcast.

]]>
52:58 false 1 25 full Google
24: Blend Modes Blend Modes Wed, 09 Sep 2020 17:15:15 +0000 <![CDATA[68c79265-a2d1-4dfc-892c-37ee8c6fb27f]]> <![CDATA[https://thecsspodcast.libsyn.com/024-blend-modes-1]]> <![CDATA[

Today we are talking about CSS blend modes! Blend modes are super fun and allow you to specify how you want elements to interact in terms of their overlapping pixel values on the page.

Links:

mix-blend-mode → https://goo.gle/3m5L9mP 

Isolation: Cascading Style Sheets → https://goo.gle/2GIDjiX 

]]>
<![CDATA[

Today we are talking about CSS blend modes! Blend modes are super fun and allow you to specify how you want elements to interact in terms of their overlapping pixel values on the page.

Links:

mix-blend-mode → https://goo.gle/3m5L9mP

Isolation: Cascading Style Sheets → https://goo.gle/2GIDjiX

]]>
18:00 false 1 24 full Google
23: Filters Filters Wed, 02 Sep 2020 17:00:00 +0000 <![CDATA[e58428dc-a754-4cde-b9e6-b9d3b190346c]]> <![CDATA[https://thecsspodcast.libsyn.com/023-filters]]> <![CDATA[

In this episode, we're talking about CSS filters! We can alter the pixels of our web apps in similar ways to our favorite design tools. From recreating Instagram filter effects, to blurring background for better legibility, we dive deep into what CSS and filters can do.

Links:

Filter Effects Module Level 1 → https://goo.gle/34SPJ1D 

Backdrop Filter → https://goo.gle/3hJTMRz 

CSSGram → https://goo.gle/2EPDOad 

Custom & Instagram photo filters → https://goo.gle/31PhaYi 

Contrast Swap technique → https://goo.gle/2G9LpRh 

feColorMatrix → https://goo.gle/34UKw9u 

Shaders → https://goo.gle/32PJ2uR 

]]>
<![CDATA[

In this episode, we're talking about CSS filters! We can alter the pixels of our web apps in similar ways to our favorite design tools. From recreating Instagram filter effects, to blurring background for better legibility, we dive deep into what CSS and filters can do.

Links:

Filter Effects Module Level 1 → https://goo.gle/34SPJ1D

Backdrop Filter → https://goo.gle/3hJTMRz

CSSGram → https://goo.gle/2EPDOad

Custom & Instagram photo filters → https://goo.gle/31PhaYi

Contrast Swap technique → https://goo.gle/2G9LpRh

feColorMatrix → https://goo.gle/34UKw9u

Shaders → https://goo.gle/32PJ2uR

]]>
26:20 false 1 23 full Google
22: Animation Animation Wed, 26 Aug 2020 17:01:02 +0000 <![CDATA[b16e2b2f-e786-4601-84b5-0b01183f2547]]> <![CDATA[https://thecsspodcast.libsyn.com/022-animation]]> <![CDATA[

In this episode, we're talking about CSS animations. With CSS animations a developer creates a set of keyframes, and then uses a variety of animation properties to describe how the element moves through each of the possible keyframes. 

Links:

Animations Level 1 Spec → https://goo.gle/2DhV0V2 

Easing Level 1 Spec → https://goo.gle/3kWoWap 

Scroll-Linked Animations Draft Spec → https://goo.gle/39VQV4N 

Cubic-Bezier Tool → https://goo.gle/2Q5xj5i 

Debugging Animations → https://goo.gle/3ayI2yD 

Rainbow Button → https://goo.gle/3214e0t 

Complete Easing Functions → https://goo.gle/3gaaiJ4 

]]>
<![CDATA[

In this episode, we're talking about CSS animations. With CSS animations a developer creates a set of keyframes, and then uses a variety of animation properties to describe how the element moves through each of the possible keyframes.

Links:

Animations Level 1 Spec → https://goo.gle/2DhV0V2

Easing Level 1 Spec → https://goo.gle/3kWoWap

Scroll-Linked Animations Draft Spec → https://goo.gle/39VQV4N

Cubic-Bezier Tool → https://goo.gle/2Q5xj5i

Debugging Animations → https://goo.gle/3ayI2yD

Rainbow Button → https://goo.gle/3214e0t

Complete Easing Functions → https://goo.gle/3gaaiJ4

]]>
38:49 false 1 22 full Google
21: Gradients Gradients Wed, 19 Aug 2020 17:00:00 +0000 <![CDATA[558548ec-f442-4cbe-a7bc-a6813d4aff7d]]> <![CDATA[https://thecsspodcast.libsyn.com/021-gradients]]> <![CDATA[

In this episode gradients take the stage as we share syntax secrets, tips and tricks, and probably teach you about repeating-conic-gradient. By the end, you'll be savvy with color stops, transition hints, and all the ways to interpolate color in your design.

Links:

Spec Level 3 → https://goo.gle/3h8cRN7 

Spec Draft Level 4 → https://goo.gle/3iPmDUE 

Lea's Pattern Gallery → https://goo.gle/3j4XEwX

Lea's Cicada Principle Article → https://goo.gle/2FyeWnr 

]]>
<![CDATA[

In this episode gradients take the stage as we share syntax secrets, tips and tricks, and probably teach you about repeating-conic-gradient. By the end, you'll be savvy with color stops, transition hints, and all the ways to interpolate color in your design.

Links:

Spec Level 3 → https://goo.gle/3h8cRN7

Spec Draft Level 4 → https://goo.gle/3iPmDUE

Lea's Pattern Gallery → https://goo.gle/3j4XEwX

Lea's Cicada Principle Article → https://goo.gle/2FyeWnr

]]>
30:38 false 1 21 full Google
20: Functions Functions Wed, 12 Aug 2020 17:00:00 +0000 <![CDATA[7a30a8bf-b2e5-4f18-962b-4267dce39901]]> <![CDATA[https://thecsspodcast.libsyn.com/020-functions]]> <![CDATA[

In this episode we talk about the runtime dynamic side of CSS, commonly recognized as a CSS function. Today, in similar fashion to other episodes, we'll be doing a massive overview of all the CSS functions, to be later deep dived. 

Links:

CSS Tricks Guide to CSS Functions → https://goo.gle/2XRb7Ah 

CSS Variables → https://goo.gle/2XRb2fX 

Functional Notations Spec → https://goo.gle/3gJwavQ 

Cubic Bezier Generator → https://goo.gle/30LiDhG 

Billion Laughs Attack → https://goo.gle/2XUxjtg 

]]>
<![CDATA[

In this episode we talk about the runtime dynamic side of CSS, commonly recognized as a CSS function. Today, in similar fashion to other episodes, we'll be doing a massive overview of all the CSS functions, to be later deep dived.

Links:

CSS Tricks Guide to CSS Functions → https://goo.gle/2XRb7Ah

CSS Variables → https://goo.gle/2XRb2fX

Functional Notations Spec → https://goo.gle/3gJwavQ

Cubic Bezier Generator → https://goo.gle/30LiDhG

Billion Laughs Attack → https://goo.gle/2XUxjtg

]]>
39:59 false 1 20 full Google
19: Z-Index and Stacking Context Z-Index and Stacking Context Wed, 05 Aug 2020 17:03:35 +0000 <![CDATA[6ff79f98-6c65-425a-a43e-565bf8261859]]> <![CDATA[https://thecsspodcast.libsyn.com/019-z-index-and-stacking-context]]> <![CDATA[

In today's episode, we're talking about z-index and stacking context. This is a pretty in-depth topic, but it's something that we see all the time and it can definitely bite if you aren't aware of what's going on.

Links:

CSS Animations Level 1 → https://goo.gle/2DhV0V2 

Scroll-linked Animations 1 → https://goo.gle/39VQV4N 

15 thoughts on What's the Maximum Z-Index? → https://goo.gle/31ipKxh 

What No One Told You About Z-Index → https://goo.gle/3fqTLjl 

]]>
<![CDATA[

In today's episode, we're talking about z-index and stacking context. This is a pretty in-depth topic, but it's something that we see all the time and it can definitely bite if you aren't aware of what's going on.

Links:

CSS Animations Level 1 → https://goo.gle/2DhV0V2

Scroll-linked Animations 1 → https://goo.gle/39VQV4N

15 thoughts on What's the Maximum Z-Index? → https://goo.gle/31ipKxh

What No One Told You About Z-Index → https://goo.gle/3fqTLjl

]]>
19:49 false 1 19 full Google
18: Focus Focus Thu, 30 Jul 2020 17:11:09 +0000 <![CDATA[410d5899-98a1-4af0-a4c1-105e998c9d70]]> <![CDATA[https://thecsspodcast.libsyn.com/018-focus]]> <![CDATA[

Today we discuss: focus! Focus  is something we regularly deal with when writing styles and is also very tied to markup and attributes like tabindex, so we'll be discussing all of those things in this episode!

Links:

User Action Pseudo-classes → https://goo.gle/3jNSHcL 

HTML Standard → https://goo.gle/3g7FzNr 

Keyboard control → https://goo.gle/2X1rNEE  

Roving tabindex -- A11 → https://goo.gle/3jOZenQ 

]]>
<![CDATA[

Today we discuss: focus! Focus is something we regularly deal with when writing styles and is also very tied to markup and attributes like tabindex, so we'll be discussing all of those things in this episode!

Links:

User Action Pseudo-classes → https://goo.gle/3jNSHcL

HTML Standard → https://goo.gle/3g7FzNr

Keyboard control → https://goo.gle/2X1rNEE

Roving tabindex -- A11 → https://goo.gle/3jOZenQ

]]>
18:54 false 1 18 full Google
17: Shadows Shadows Wed, 22 Jul 2020 17:02:32 +0000 <![CDATA[4613b4ee-9535-4bdf-9c13-dd621eee4d6a]]> <![CDATA[https://thecsspodcast.libsyn.com/017-shadows]]> <![CDATA[

Today we're talking about shadows! Box shadows, drop shadows, text shadows, and everything in between. Shadows can exist all over our UIs without us even realizing it because sometimes, they just look like borders.

 

box-shadow spec →  https://goo.gle/32JVdL4 

text-shadow spec → https://goo.gle/2ZMdiGo 

Sass pixel art → https://goo.gle/3hsjQjp 

Any image to CSS → https://goo.gle/2WKnm0L 

Easing Box Shadows → https://goo.gle/2BjU6qh 

Codepen → https://goo.gle/2ZLUDL2 

3D Text → https://goo.gle/2ZNO8ar 

]]>
<![CDATA[

Today we're talking about shadows! Box shadows, drop shadows, text shadows, and everything in between. Shadows can exist all over our UIs without us even realizing it because sometimes, they just look like borders.

box-shadow spec → https://goo.gle/32JVdL4

text-shadow spec → https://goo.gle/2ZMdiGo

Sass pixel art → https://goo.gle/3hsjQjp

Any image to CSS → https://goo.gle/2WKnm0L

Easing Box Shadows → https://goo.gle/2BjU6qh

Codepen → https://goo.gle/2ZLUDL2

3D Text → https://goo.gle/2ZNO8ar

]]>
21:34 false 1 17 full Google
16: Borders Borders Wed, 15 Jul 2020 17:15:12 +0000 <![CDATA[05381370-c377-4f37-b8cf-60148377396d]]> <![CDATA[https://thecsspodcast.libsyn.com/016-borders]]> <![CDATA[

Today we're talking about borders! And while this sounds relatively simplistic, borders in CSS can actually get pretty complex very quickly. It's not just color and style that you can adjust, but also also border images, where you control how the image repeats itself and what slice of the image you want to show.

Links:

CSS backgrounds and borders → https://goo.gle/3hbosdZ

CSS logical properties and values → https://goo.gle/308szAl 

Fancy border radius generator → https://goo.gle/3fH3SBT 

]]>
<![CDATA[

Today we're talking about borders! And while this sounds relatively simplistic, borders in CSS can actually get pretty complex very quickly. It's not just color and style that you can adjust, but also also border images, where you control how the image repeats itself and what slice of the image you want to show.

Links:

CSS backgrounds and borders → https://goo.gle/3hbosdZ

CSS logical properties and values → https://goo.gle/308szAl

Fancy border radius generator → https://goo.gle/3fH3SBT

]]>
24:46 false 1 16 full Google
15: Pseudo Selectors Pseudo Selectors Wed, 01 Jul 2020 17:00:00 +0000 <![CDATA[231a9753-d201-4880-ab67-5d2f9a90157d]]> <![CDATA[https://thecsspodcast.libsyn.com/015-pseudo-selectors]]> <![CDATA[

In this episode we break down functional and regular pseudo selectors, CSS's special hook into encapsulated element states. We can't control them, but we can leverage them to provide rich interactive feedback from our interfaces.

 

Links:

Selectors Level 4 → https://goo.gle/2ZiJLmt 

a:link vs. a styling demo → https://goo.gle/2NGwWgd 

Hacking Visited for Una's Blog → https://goo.gle/3eIo0TC 

:focus-within from Next Generation Web Styling → https://goo.gle/3gaXSRE 

:focus-visible explainer → https://goo.gle/2VslHMA 

Una's Pure CSS Whackamole → https://goo.gle/2VxfhvX 

Una's Pure CSS Tick Tack Toe → https://goo.gle/2ZzTCob 

Pure CSS Games Post → https://goo.gle/2VslTvi 

Empty Demo with Custom Properties → https://goo.gle/31tUlJS 

:blank naming → https://goo.gle/2Vukm81 

]]>
<![CDATA[

In this episode we break down functional and regular pseudo selectors, CSS's special hook into encapsulated element states. We can't control them, but we can leverage them to provide rich interactive feedback from our interfaces.

Links:

Selectors Level 4 → https://goo.gle/2ZiJLmt

a:link vs. a styling demo → https://goo.gle/2NGwWgd

Hacking Visited for Una's Blog → https://goo.gle/3eIo0TC

:focus-within from Next Generation Web Styling → https://goo.gle/3gaXSRE

:focus-visible explainer → https://goo.gle/2VslHMA

Una's Pure CSS Whackamole → https://goo.gle/2VxfhvX

Una's Pure CSS Tick Tack Toe → https://goo.gle/2ZzTCob

Pure CSS Games Post → https://goo.gle/2VslTvi

Empty Demo with Custom Properties → https://goo.gle/31tUlJS

:blank naming → https://goo.gle/2Vukm81

]]>
36:46 false 1 15 full Google
14: Pseudo Elements Pseudo Elements Wed, 24 Jun 2020 17:00:00 +0000 <![CDATA[95358d6d-9619-4fec-9ff0-c42590d73231]]> <![CDATA[https://thecsspodcast.libsyn.com/014-pseudo-elements]]> <![CDATA[

::after and ::before? Pssh, do you know about ::first-letter, ::spelling-error, and ::backdrop? In this episode, we dive into the world of pseudo-elements and discuss how to use these unique declarations that enable styling specific parts of some selected HTML. 

Links

CSS Pseudo-Elements Module Level 4 → https://goo.gle/2BxRB3q 

CSS Shadow Parts → https://goo.gle/2NqjYmM 

CSS Text Decoration Module Level 3 → https://goo.gle/2zXWYsd 

The ::cue pseudo-element → https://goo.gle/2Z0E6kF 

CSS Scoping Module Level 1 → https://goo.gle/3hXj9jt 

Part and theme explainer → https://goo.gle/2YqsJn2 

]]>
<![CDATA[

::after and ::before? Pssh, do you know about ::first-letter, ::spelling-error, and ::backdrop? In this episode, we dive into the world of pseudo-elements and discuss how to use these unique declarations that enable styling specific parts of some selected HTML.

Links

CSS Pseudo-Elements Module Level 4 → https://goo.gle/2BxRB3q

CSS Shadow Parts → https://goo.gle/2NqjYmM

CSS Text Decoration Module Level 3 → https://goo.gle/2zXWYsd

The ::cue pseudo-element → https://goo.gle/2Z0E6kF

CSS Scoping Module Level 1 → https://goo.gle/3hXj9jt

Part and theme explainer → https://goo.gle/2YqsJn2

]]>
20:08 false 1 14 full Google
13: Spacing Spacing Wed, 17 Jun 2020 17:00:00 +0000 <![CDATA[cae8f5a9-dcd7-4c77-89b3-17f15bc5e3bd]]> <![CDATA[https://thecsspodcast.libsyn.com/011-spacing]]> <![CDATA[

In this episode we do our best to cover the many ways to create space on the web. From techniques like HTML entities nbsp; to gap, we cover the clever, hacky and clean ways you can create spatial relationships on the web. 

Links

CSS Logical Properties and Values Level 1 → https://goo.gle/3gw7FTp 

HTML Entities → https://goo.gle/36Soqnd 

Everything You Should Know About Collapsing Margins → https://goo.gle/2MwOuLr 

Adam's video: flex gap and internationalization → https://goo.gle/3gIuB1w

]]>
<![CDATA[

In this episode we do our best to cover the many ways to create space on the web. From techniques like HTML entities nbsp; to gap, we cover the clever, hacky and clean ways you can create spatial relationships on the web.

Links

CSS Logical Properties and Values Level 1 → https://goo.gle/3gw7FTp

HTML Entities → https://goo.gle/36Soqnd

Everything You Should Know About Collapsing Margins → https://goo.gle/2MwOuLr

Adam's video: flex gap and internationalization → https://goo.gle/3gIuB1w

]]>
24:15 false 1 13 full Google
12: Logical Properties Logical Properties Wed, 27 May 2020 17:00:00 +0000 <![CDATA[ff13c92e-a8f6-409f-870e-8ba5243bff42]]> <![CDATA[https://thecsspodcast.libsyn.com/012-logical-properties]]> <![CDATA[

The days of  euro-centric spacing like `margin-top` are limited: instead, say hello to `margin-block-start` to define space that works within any linguistic context based on your layout needs.In this episode we shake the physical and lean into the logical as we break down CSS logical properties.

Links:

https://goo.gle/3gw7FTp 

Flow-relative syntax for margin - like shorthands -

https://goo.gle/2ZLoS4W 

]]>
<![CDATA[

The days of euro-centric spacing like `margin-top` are limited: instead, say hello to `margin-block-start` to define space that works within any linguistic context based on your layout needs.In this episode we shake the physical and lean into the logical as we break down CSS logical properties.

Links:

https://goo.gle/3gw7FTp

Flow-relative syntax for margin - like shorthands -

https://goo.gle/2ZLoS4W

]]>
20:20 false 1 12 full Google
11: Grid Grid Wed, 20 May 2020 17:00:00 +0000 <![CDATA[338dac2b-8d7a-49ba-9d2d-00b5e3397091]]> <![CDATA[https://thecsspodcast.libsyn.com/011-grid]]> <![CDATA[

Tracks, gaps, areas and flow are hot topics in this full coverage episode on CSS grid. We don't leave anything out, so you're bound to pick up something new. We talk about functions like min, max, and minmax, and how to combine all of the powers of CSS Grid to create explicit and auto layouts. This episode will set you up to reach for the right parts of grid at the right time.

Links

Grid Spec → https://goo.gle/3bLLfcW 

3 CSS Grid Features Una Loves → https://goo.gle/2LGJAL8 

Grid to Flex → https://goo.gle/2ThGBx0 

]]>
<![CDATA[

Tracks, gaps, areas and flow are hot topics in this full coverage episode on CSS grid. We don't leave anything out, so you're bound to pick up something new. We talk about functions like min, max, and minmax, and how to combine all of the powers of CSS Grid to create explicit and auto layouts. This episode will set you up to reach for the right parts of grid at the right time.

Links

Grid Spec → https://goo.gle/3bLLfcW

3 CSS Grid Features Una Loves → https://goo.gle/2LGJAL8

Grid to Flex → https://goo.gle/2ThGBx0

]]>
31:50 false full Google
10: Flexbox Flexbox Wed, 13 May 2020 17:00:00 +0000 <![CDATA[ccf14835-361d-44da-961f-a6a6599bf111]]> <![CDATA[https://thecsspodcast.libsyn.com/010-flexbox]]> <![CDATA[

In this episode we flex our flexbox knowledge and dive deep into CSS layout using the flexible box model. We talk about content axis', flex flow, wrapping, order, justification, alignment, and more!

Links

Flexbox Spec - https://www.w3.org/TR/css-flexbox-1/

Flow-flow with writing mode - https://codepen.io/argyleink/pen/mdeedye

Grid to Flex: https://gridtoflex.com

]]>
<![CDATA[

In this episode we flex our flexbox knowledge and dive deep into CSS layout using the flexible box model. We talk about content axis', flex flow, wrapping, order, justification, alignment, and more!

Links

Flexbox Spec - https://www.w3.org/TR/css-flexbox-1/

Flow-flow with writing mode - https://codepen.io/argyleink/pen/mdeedye

Grid to Flex: https://gridtoflex.com

]]>
24:02 false 1 10 full Google
9: Layout Layout Wed, 06 May 2020 17:00:00 +0000 <![CDATA[c4d1e304-8cc9-4c6e-81e8-d3a376bc930f]]> <![CDATA[https://thecsspodcast.libsyn.com/009-layout]]> <![CDATA[

In this episode we provide an overview and slight history of laying things out on the web, starting from blocks and framesets, ending with Grid and Houdini. 

Links

A History of CSS through 15 years of 24 ways → https://goo.gle/3fnrBXI 

Holy Grail Layout → https://goo.gle/2ynld2l 

Complete Guide to Flexbox → https://goo.gle/2A2Wtg9 

Grid Guide → https://goo.gle/2SEldBM

]]>
<![CDATA[

In this episode we provide an overview and slight history of laying things out on the web, starting from blocks and framesets, ending with Grid and Houdini.

Links

A History of CSS through 15 years of 24 ways → https://goo.gle/3fnrBXI

Holy Grail Layout → https://goo.gle/2ynld2l

Complete Guide to Flexbox → https://goo.gle/2A2Wtg9

Grid Guide → https://goo.gle/2SEldBM

]]>
25:31 false 1 9 full Google
8: Sizing Units Sizing Units Wed, 29 Apr 2020 17:00:00 +0000 <![CDATA[a9ada2fe-a232-4f3f-b822-4df6d4e81c30]]> <![CDATA[https://thecsspodcast.libsyn.com/tcp-css-podcast-episode-008]]> <![CDATA[

We're sizing up sizing in CSS in this episode as we break down all the different lengths and measurements in CSS. CSS makes using these things seamless, it's great, but let's study some of the intricacies here; how it works and what that means for your day to day usage. 

Links

CSS Spec Values and Units Level 4 → https://goo.gle/2KKdttw 

Sizing and Units on MDC → https://goo.gle/2VMkros 

Speech Module → https://goo.gle/2YbLISJ 

All About Ems → https://goo.gle/3bMViiV 

]]>
<![CDATA[

We're sizing up sizing in CSS in this episode as we break down all the different lengths and measurements in CSS. CSS makes using these things seamless, it's great, but let's study some of the intricacies here; how it works and what that means for your day to day usage.

Links

CSS Spec Values and Units Level 4 → https://goo.gle/2KKdttw

Sizing and Units on MDC → https://goo.gle/2VMkros

Speech Module → https://goo.gle/2YbLISJ

All About Ems → https://goo.gle/3bMViiV

]]>
25:43 false 1 8 full Google
7: Color Part 2 - Perception Color Part 2 - Perception Wed, 22 Apr 2020 21:03:39 +0000 <![CDATA[71c36097-e4e7-4084-8964-a949243e336a]]> <![CDATA[https://thecsspodcast.libsyn.com/007-color-part-2-perception]]> <![CDATA[

Explore perceptual, human-centered, color in this episode as we review latest specs, latest syntaxes, theories and strategies for color on the web in 2020.  

Links:

Spec CSS color level-4 → https://goo.gle/3cFCaDr 

Draft Spec CSS color level-5  → https://goo.gle/3cL4CUF 

How Color Gamut & Display Technology Can Affect Your Content → https://goo.gle/3eIH5p3 

WICG Contrast Ratio → https://goo.gle/2XWxZyZ 

Lea Verou LCH color picker→ https://goo.gle/2VvVopn 

Webkit Working on Color Level 4 → https://goo.gle/353yf0D 

]]>
<![CDATA[

Explore perceptual, human-centered, color in this episode as we review latest specs, latest syntaxes, theories and strategies for color on the web in 2020.

Links:

Spec CSS color level-4 → https://goo.gle/3cFCaDr

Draft Spec CSS color level-5 → https://goo.gle/3cL4CUF

How Color Gamut & Display Technology Can Affect Your Content → https://goo.gle/3eIH5p3

WICG Contrast Ratio → https://goo.gle/2XWxZyZ

Lea Verou LCH color picker→ https://goo.gle/2VvVopn

Webkit Working on Color Level 4 → https://goo.gle/353yf0D

]]>
21:49 false 1 7 full Google
6: Color Part 1 - Usage Color Part 1 - Usage Wed, 15 Apr 2020 16:08:29 +0000 <![CDATA[d6ac4e42-40bf-458c-a682-001248941442]]> <![CDATA[https://thecsspodcast.libsyn.com/006-color-part-1-usage]]> <![CDATA[

In this part 1 episode, we dive deep into using CSS color. We discuss ways to write and code colors, places they can go, functions you can use on them, and then we top it off with a hex color challenge. As always, you'll learn new jargon, pick up a trick or two, and learn something new. 

#C55 is #ace not #5ad

Links

The Evolution of Color - Chris Lilley

Read color hex codes - Dave DeSandro

CSS color level 3

"flavor" system color

Web Almanac 2019: CSS Chapter -- https://almanac.httparchive.org/en/2019/css

Nerds Guide to Web Color -> https://css-tricks.com/nerds-guide-color-web/

HSL hue turn rotate codepen

]]>
<![CDATA[

In this part 1 episode, we dive deep into using CSS color. We discuss ways to write and code colors, places they can go, functions you can use on them, and then we top it off with a hex color challenge. As always, you'll learn new jargon, pick up a trick or two, and learn something new.

#C55 is #ace not #5ad

Links

The Evolution of Color - Chris Lilley

Read color hex codes - Dave DeSandro

CSS color level 3

"flavor" system color

Web Almanac 2019: CSS Chapter -- https://almanac.httparchive.org/en/2019/css

Nerds Guide to Web Color -> https://css-tricks.com/nerds-guide-color-web/

HSL hue turn rotate codepen

]]>
31:09 false 1 6 full Google
5: Inheritance Inheritance Wed, 08 Apr 2020 16:00:00 +0000 <![CDATA[fc0f2615-6902-4680-9a76-9c0003c93d58]]> <![CDATA[https://thecsspodcast.libsyn.com/005-inheritance]]> <![CDATA[

Inheritance and its effects in CSS are found all over your styles, almost invisibly, until further investigation through devtools or docs. In today's episode, we illuminate the aspects of inheritance, how they're useful, things to watch out for, and of course tips, tricks and vocabulary. 

 

Links

Spec: css-cascade-3 https://goo.gle/39KZPR6 

List of inherits or not https://goo.gle/2wn0yKF 

]]>
<![CDATA[

Inheritance and its effects in CSS are found all over your styles, almost invisibly, until further investigation through devtools or docs. In today's episode, we illuminate the aspects of inheritance, how they're useful, things to watch out for, and of course tips, tricks and vocabulary.

Links

Spec: css-cascade-3 → https://goo.gle/39KZPR6

List of inherits or not → https://goo.gle/2wn0yKF

]]>
08:07 false 1 5 full Google
4: The Cascade The Cascade Wed, 01 Apr 2020 15:00:00 +0000 <![CDATA[fa1d1b34-0e16-45b6-98f6-4d02e3a1a255]]> <![CDATA[https://thecsspodcast.libsyn.com/004-the-cascade]]> <![CDATA[

The "C" in CSS stands for the cascade! And that's what today's show is all about. Learn how the styles you write are affected by other styles, and how it all boils down to what the user sees.

4 Phases Of The Cascade:

› Position

› Specificity

› Origin

› Importance

Links

MDN on the Cascade and Inheritance → https://goo.gle/39jAEES 

CSS Cascade Interactive Article → https://goo.gle/2UhqIHV 

Una's Doodle → https://goo.gle/2QKTy13

]]>
<![CDATA[

The "C" in CSS stands for the cascade! And that's what today's show is all about. Learn how the styles you write are affected by other styles, and how it all boils down to what the user sees.

4 Phases Of The Cascade:

› Position

› Specificity

› Origin

› Importance

Links

MDN on the Cascade and Inheritance → https://goo.gle/39jAEES

CSS Cascade Interactive Article → https://goo.gle/2UhqIHV

Una's Doodle → https://goo.gle/2QKTy13

]]>
11:49 false 1 4 full Google
3: Specificity Specificity Tue, 24 Mar 2020 23:00:39 +0000 <![CDATA[35853dc5-e43d-4752-ac3a-55c49a7a93ad]]> <![CDATA[https://thecsspodcast.libsyn.com/003-specificity]]> <![CDATA[

In this episode we talk about how the browser resolves multiple selectors targeting the same subjects and how it determines which style to actually apply. Turns out, lots of code from many different locations is trying to style your elements, learning about specificity will help you debug and understand why or why not certain styles are winning over others. 

 

Links

Diagram by Estelle Weyl http://specifishity.com

Specificity Calculator https://specificity.keegan.st

]]>
<![CDATA[

In this episode we talk about how the browser resolves multiple selectors targeting the same subjects and how it determines which style to actually apply. Turns out, lots of code from many different locations is trying to style your elements, learning about specificity will help you debug and understand why or why not certain styles are winning over others.

Links

Diagram by Estelle Weyl → http://specifishity.com

Specificity Calculator → https://specificity.keegan.st

]]>
12:58 false 1 3 full Google
2: Selectors Selectors Wed, 18 Mar 2020 14:00:52 +0000 <![CDATA[df353407-e5a1-4dc3-aa3d-347563fcff2a]]> <![CDATA[https://thecsspodcast.libsyn.com/002-selectors]]> <![CDATA[

Get ready to learn some new CSS vocabulary! In this episode we talk about selectors, a syntax used to find elements (subjects) in a tree. CSS uses selectors to bind styles to subjects, and it's quite powerful. We go over universal selectors, type selectors, class selectors, ID selectors, attribute selectors, pseudo selectors, complex and compound selectors, and various combinators. A lot of things!

Links

CSS selectors level 3 →https://goo.gle/39MHdRp 

CSS - Tricks: How Selectors Work → https://goo.gle/3cUSb9y 

]]>
<![CDATA[

Get ready to learn some new CSS vocabulary! In this episode we talk about selectors, a syntax used to find elements (subjects) in a tree. CSS uses selectors to bind styles to subjects, and it's quite powerful. We go over universal selectors, type selectors, class selectors, ID selectors, attribute selectors, pseudo selectors, complex and compound selectors, and various combinators. A lot of things!

Links

CSS selectors level 3 →https://goo.gle/39MHdRp

CSS - Tricks: How Selectors Work → https://goo.gle/3cUSb9y

]]>
15:02 false 1 2 full Google
1: The Box Model Box Model Thu, 12 Mar 2020 19:00:00 +0000 <![CDATA[3da489cd-dede-4d22-96e6-be5ffd48fcb8]]> <![CDATA[https://thecsspodcast.libsyn.com/-the-css-podcast-box-model-episode-1]]> <![CDATA[

Where do scrollbars go, inside or outside the box? In this episode Una and Adam answer that and much more in their discussion of the CSS box model. Everything in CSS starts as a box, and while that's a straight forward concept to initially think about, it can get complex quite quickly. Not only do boxes surround elements, but letters in a sentence each have a box too. How many boxes are there!? Lots. Lots of boxes. 

 

Links

Box Model CSS Spec: https://goo.gle/39KwDud 

Adam's Box Model CodePen: https://goo.gle/38JFZ8n 

CSS Tricks on the Box Model: https://goo.gle/3aM4a7p

Check out the Instagram: https://goo.gle/2W97OEg 

]]>
<![CDATA[

Where do scrollbars go, inside or outside the box? In this episode Una and Adam answer that and much more in their discussion of the CSS box model. Everything in CSS starts as a box, and while that's a straight forward concept to initially think about, it can get complex quite quickly. Not only do boxes surround elements, but letters in a sentence each have a box too. How many boxes are there!? Lots. Lots of boxes.

Links

Box Model CSS Spec: https://goo.gle/39KwDud

Adam's Box Model CodePen: https://goo.gle/38JFZ8n

CSS Tricks on the Box Model: https://goo.gle/3aM4a7p

Check out the Instagram: https://goo.gle/2W97OEg

]]>
12:05 false 1 1 full Google