DEV Community

Discussion on: CSS Interview Questions Feedback

Collapse
 
iamschulz profile image
Daniel Schulz

Nice! The colored lines task is great, because you can go really wild with the implementation on that.

I think I'd add something about code structure. A big part of writing maintainable css is organizing it. How would you scope your styles, how does selector depth work, maybe inquire about BEM and co.

As a more advanced question, I'd also ask about the render pipeline. An exmaple would be animating an element while avoiding reflows.