

681: CSS Reset Update, Arc Gets Bought, and Why Websites?
11 snips Sep 8, 2025
Dive into the world of web design as listeners explore the evolution of CSS resets and advanced techniques for modern websites. The acquisition of Arc by Atlassian sparks a debate about the future of browsers amidst the rise of AI. Discover why personal websites remain crucial in today’s digital landscape, despite the allure of social media, and how they can foster community engagement. Tune in for insights on responsive design, browser features, and the challenges of managing online presence in a rapidly changing tech environment.
AI Snips
Chapters
Books
Transcript
Episode notes
How To Join A Local Community
- Chris describes joining local old-time music jams and how showing up enthusiastically earned him invitations to house jams within a year.
- He emphasizes practicing, helping, and bringing energy as the way to break into community groups.
Ship Practical CSS Defaults
- Chris recommends small, modern defaults in a CSS reset like view transitions and color-scheme to improve UX by default.
- He experiments and will remove defaults if they cause issues, favoring pragmatic defaults over total wipes.
Make Root Font Size Responsive
- Use a clamp-based root font-size with rems so typography scales with viewport while respecting user font settings.
- Keep element sizes defined in rems so the whole page scales proportionally with user preferences.