CodeNewbie Community 🌱

Vicente Antonio G. Reyes
Vicente Antonio G. Reyes

Posted on

What best practice do you use in css?

  1. Do you use min-width or max-width?

  2. How do you deal with browser inconsistencies?

  3. An example of what I'm talking about is this on Firefox

vs. Google Chrome

Top comments (1)

Collapse
 
befiture45 profile image
befiture45

I usually use min-width and take a mobile-first approach space waves because it seems more natural to the way users browse the web today.