Vicente Antonio G. Reyes Posted on Apr 8, 2021 What best practice do you use in css? #css #codenewbie Do you use min-width or max-width? How do you deal with browser inconsistencies? An example of what I'm talking about is this on Firefox vs. Google Chrome Top comments (1) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand befiture45 befiture45 befiture45 Follow Joined Jun 6, 2025 • Jun 6 Dropdown menu Copy link Hide 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. Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
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.