I am trying to disable the User Agent Stylesheet in chrome. How can I turn this off/disable this?
You can override user agent stylesheet declarations with your author styles. And indeed, you do that every day when you write your CSS. Author styles override user styles, which override user agent styles.
User-agent, or browsers, have basic style sheets that give default styles to any document. These style sheets are named user-agent stylesheets. Most browsers use actual stylesheets for this purpose, while others simulate them in code. The end result is the same.
If its simply viewing it, then go to Tools -> Developer Tools (Shift+Ctrl+I) then click on the Element tab and the Computed Style on the right hand side should show you the default values.
Default style sheets are supplied by the browser vendor. User style sheets are supplied by the user of the browser. Author style sheets are supplied by the author of a webpage.
https://developers.google.com/chrome-developer-tools/docs/settings
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With