FACG4 / abhi-team

portfolio page
https://facg4.github.io/abhi-team/
0 stars 0 forks source link

normalize.css #42

Open NouraldinS opened 6 years ago

NouraldinS commented 6 years ago

What's the point of normalize.css? override everything browsers give? take this

* {
margin: 0;
padding: 0;
}

that's mostly everything you'll be needing to 'normalize' your CSS.

amusameh commented 6 years ago

@NoureldeanSaed I think normalize.css is more sophisticated and makes subtle changes as It precisely targets only the styles that need normalizing.

Normalize.css focuses not on using a hard reset for all common elements, but instead on setting common styles for these elements.

Normalize.css makes browsers render all elements more consistently and in line with modern standards. It precisely targets only the styles that need normalizing.