
Syntax - Tasty Web Development Treats STUMP'D Interview Questions - CSS Edition
Nov 3, 2021
Scott and Wes challenge each other with tricky CSS interview questions, revealing amusing anecdotes about unexpected wildlife encounters. They dive into the nuances of CSS properties, selectors, and the complexities of specificity. The discussion also explores the powerful features of Sanity for image handling and Sentry for application performance monitoring. With a mix of humor and technical insight, they tackle CSS strategies, quirks, and even the parenting challenges that come with being developers.
AI Snips
Chapters
Transcript
Episode notes
Styling List Markers
- Use
list-style-typeto control list markers' appearance. - Consider this property even if you mostly toggle lists on/off.
Pseudo-elements vs. Pseudo-classes
- Pseudo-elements create actual elements in HTML using the double colon.
- Pseudo-classes define a specific state of an element, using a single colon.
Block, Inline, and Inline-Block
- Block elements occupy the full width of their parent container.
- Inline elements only take up as much width as their content requires, flowing within the text.
