Allow end-user styling overrides
When starting with CSS, you learn that there are three ways in which styles can be added into an HTML page:
External styles: in a separate file added using <link>.
Internal styles: inside a <style> tag in the HTML document itself.
Inline styles: app...
alvaromontoro.hashnode.dev3 min read