DEV Community

Cover image for 🔔 If you don’t change this, your titles might look tiny on your website very soon
FJRG2007 ツ
FJRG2007 ツ

Posted on

🔔 If you don’t change this, your titles might look tiny on your website very soon

Browsers are starting to remove default styles from HTML elements like <h1>, <h2>, <ul>, and more.
That means if you're relying on default font sizes, margins, or weights — your layout could break or look flat.

🎯 What to do?
Always define your own styles. Don’t trust the browser to handle it for you.

Use a modern reset like modern-css-reset or normalize.css and make sure your key elements are explicitly styled.

This isn’t a bug. It’s the new standard.
Are you ready for this change?

webdev #css #frontend #html #developers #ux #accessibility #performance #webdesign

Top comments (0)