Best CSS Practices
Use CSS Reset:
CSS reset helps to reduce browser inconsistencies by providing a baseline for your styles across browsers.
Separation of Concerns:
Keep your CSS separate from your HTML and JavaScript. Use external stylesheets instead of inline styles...
ajsharma.hashnode.dev2 min read