Rephonic
Artwork for The CSS Podcast

The CSS Podcast

The CSS Podcast
CSS
Web Development
View Transitions
Cascading Style Sheets
Scroll-Driven Animations
CSS Custom Properties
Trigonometric Functions
CSS Animations
Design Systems
Javascript
Text Wrap
Relative Urls
Parsing and Computation
Popover Attribute
Dialogue Element
State Queries
Anchor Function
Accessibility
Browser Support
Fallback Values

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 Adam Argyle, Developer Advocates from Google, who gleefully breakdown complex aspects of CSS into digestible episodes covering everything from accessibility to z-index.

PublishesWeeklyEpisodes91Founded6 years ago
Category
Technology

Listen to this Podcast

Artwork for The CSS Podcast

Latest Episodes

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, st... more

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... more

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 adva... more

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 stu... more

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

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

CSS anchor positioning → goo.gle/4dwgmd9 

Tab’s talk from CSS Day → ... more

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

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

Una Kravets (co-host) Twitt... more

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

Resources:

Ep 22 on Animation → goo.gle/4frnp8y 

linear() generator → goo.gle/46xs2JZ 

Complex animation curves in ... more

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 ... more

Key Facts

Accepts Guests
Contact Information
Podcast Host

Recent Guests

Bramus Van Damme
Web developer and expert on scroll-driven animations
N/A
Episode: 090: Scroll-driven animations
Bramus Van Dam
Developer Relations Engineer on the Chrome Web UI team
Google
Episode: 089: View transitions

Hosts

Una Kravets
Host and co-host engaging in discussions about CSS features and web development practices, focusing on making complex ideas accessible.
Adam Argyle
Host and co-host focusing on CSS development, known for his engaging style and humorous commentary.

Reviews

4.9 out of 5 stars from 303 ratings
  • Chock-Full Of Useful Info

    I learned about this pod when I heard Una on an episode of JS Party. I’ve only listened to a couple of episodes so far and have already picked up some great tips. Thanks so much for sharing your knowledge!

    Apple Podcasts
    5
    sydescroll
    United States2 years ago
  • Fantastic infos and hosts

    Podcast Addict
    5
    Vic Nash
    2 years ago
  • Great contco

    Podcast Addict
    The Dreamer
    2 years ago
  • It’s never been more fun to learn some CSS

    it’s just so much fun listening to you guys. Looking forward to season 4!

    Apple Podcasts
    5
    seb::fin
    Germany3 years ago
  • Best CSS podcast out there

    They go over topics thoroughly and add little bits of humor in there too. An informative and entertaining podcast for front end devs.

    Apple Podcasts
    5
    TotalChris
    United States3 years ago
  • Very helpful and fun

    They are good at explaining , hopefully it comes more and more 👍👩‍💻💙

    Apple Podcasts
    5
    yenykim
    South Korea4 years ago
  • Freemote + CSS Podcast = 🔥🔥

    Great podcast to help with understanding while driving. Then get back to the web and see things in real time at web.dev/css

    Apple Podcasts
    5
    samuelaustin
    United States4 years ago
  • Brilliant

    Highly enjoyable

    Apple Podcasts
    5
    Johnny99948492
    Sweden4 years ago
  • Brilliant

    Helpful background informations to daily used css rules. Thank you!

    Apple Podcasts
    5
    ostarckjohann
    Germany4 years ago
  • Great podcast!

    They make it fun! I’m just getting into web design and have been learning lots listening to this

    Apple Podcasts
    5
    houli92
    Canada4 years ago
  • Best CSS podcast ever

    I can’t find another one like this

    Apple Podcasts
    5
    Elisha Kingdom
    China4 years ago
  • ?

    Podcast Addict
    Tef
    5 years ago
  • 👍

    Podcast Addict
    5
    Tef
    5 years ago
  • Useful resource!

    I’m relatively new to CSS, and I find this podcast a good way to refer back to specific areas, as well as explore the many things I don’t know and stay up to date with new developments.

    Apple Podcasts
    5
    Kieran Alexis
    United Kingdom5 years ago
  • Grat Content Amazing Hosts

    I started listening to this podcast to enhance my CSS skills and I can say that both hosts do a great job putting things easy to understand by providing simple examples (loves the candy shop example on the pseudo selectors episode).

    Hosts are very friendly and warm, they make the episode fun 😁.

    Adam's jokes and puns are hilarious!

    Apple Podcasts
    5
    Luis Rogelio
    Mexico5 years ago

Listeners Say

Key themes from listener reviews, highlighting what works and what could be improved about the show.

The practical examples and real-world applications shared resonate well with the audience, enhancing their learning experience.
Listeners appreciate the engaging and informative nature of the discussions, noting the hosts' ability to simplify complex topics in CSS.
The humor and friendly rapport between the hosts make for enjoyable listening, contributing to a positive learning environment.

Talking Points

Recent interactions between the hosts and their guests.

089: View transitions
Q: What triggers cross document view transitions?
They can be triggered by a navigation from one page on your website to another page, such as clicking a link or submitting a form.
089: View transitions
Q: How do these transitions work behind the scenes, under the hood?
View Transitions need three steps: a trigger to indicate different views, the browser takes snapshots of the elements, and finally animates them from their old position and size to their new position and size with a crossfade.

Audience Metrics

Listeners, social reach, demographics and more for this podcast.

Gender Skew
Location
Interests
Professions
Age Range
Household Income
Social Media Reach

Frequently Asked Questions About The CSS Podcast

What is The CSS Podcast about and what kind of topics does it cover?

Focusing specifically on the intricacies and advancements of Cascading Style Sheets (CSS), this podcast features engaging discussions that aim to simplify complex topics for web developers. Episodes include practical examples, in-depth explanations of new features, and hands-on advice across various aspects of CSS, including animations, user interface design, and responsive layouts. The enthusiastic hosts are known for their ability to make the learning process enjoyable through a blend of humor and expert insights, ensuring that both beginners and seasoned developers can find value in each episode.

Where can I find podcast stats for The CSS Podcast?

Rephonic provides a wide range of podcast stats for The CSS Podcast. We scanned the web and collated all of the information that we could find in our comprehensive podcast database. See how many people listen to The CSS Podcast and access YouTube viewership numbers, download stats, audience demographics, chart rankings, ratings, reviews and more.

How many listeners does The CSS Podcast get?

Rephonic provides a full set of podcast information for three million podcasts, including the number of listeners. View further listenership figures for The CSS Podcast, including podcast download numbers and subscriber numbers, so you can make better decisions about which podcasts to sponsor or be a guest on. You will need to upgrade your account to access this premium data.

What are the audience demographics for The CSS Podcast?

Rephonic provides comprehensive predictive audience data for The CSS Podcast, including gender skew, age, country, political leaning, income, professions, education level, and interests. You can access these listener demographics by upgrading your account.

How many subscribers and views does The CSS Podcast have?

To see how many followers or subscribers The CSS Podcast has on Spotify and other platforms such as Castbox and Podcast Addict, simply upgrade your account. You'll also find viewership figures for their YouTube channel if they have one.

How many episodes of The CSS Podcast are there?

The CSS Podcast launched 6 years ago and published 91 episodes to date. You can find more information about this podcast including rankings, audience demographics and engagement in our podcast database.

How do I contact The CSS Podcast?

Our systems regularly scour the web to find email addresses and social media links for this podcast. We scanned the web and collated all of the contact information that we could find in our podcast database. But in the unlikely event that you can't find what you're looking for, our concierge service lets you request our research team to source better contacts for you.

Where can I see ratings and reviews for The CSS Podcast?

Rephonic pulls ratings and reviews for The CSS Podcast from multiple sources, including Spotify, Apple Podcasts, Castbox, and Podcast Addict.

View all the reviews in one place instead of visiting each platform individually and use this information to decide if a show is worth pitching or not.

How do I access podcast episode transcripts for The CSS Podcast?

Rephonic provides full transcripts for episodes of The CSS Podcast. Search within each transcript for your keywords, whether they be topics, brands or people, and figure out if it's worth pitching as a guest or sponsor. You can even set-up alerts to get notified when your keywords are mentioned.

What guests have appeared on The CSS Podcast?

Recent guests on The CSS Podcast include:

1. Bramus Van Damme
2. Bramus Van Dam

To view more recent guests and their details, simply upgrade your Rephonic account. You'll also get access to a typical guest profile to help you decide if the show is worth pitching.

Find and pitch the right podcasts

We help savvy brands, marketers and PR professionals to find the right podcasts for any topic or niche. Get the data and contacts you need to pitch podcasts at scale and turn listeners into customers.
Try it free for 7 days