Home css Style file, appropriate User Agent StyleSheet

Style file, appropriate User Agent StyleSheet

Author

Date

Category

I want to remove the yellow frame around the logo

(Look in the right side column – Body style). Its properties are allocated, but not deleted (in Chrome developer tools), and in which of CSS files this style is not specified, but written – User Agent StyleSheet . How can I reset Margin Body ?


Answer 1, Authority 100%

body {
 margin: 0;
}

PS: I do not even know how this answer is up to 30 characters to enlarge.


Answer 2, Authority 100%

User Agent StyleSheet – Browser Styles

You need to create a child style file for the topic to override them as described here Saving CSS Styles in the STYLE.CSS WordPress-A file

Programmers, Start Your Engines!

Why spend time searching for the correct question and then entering your answer when you can find it in a second? That's what CompuTicket is all about! Here you'll find thousands of questions and answers from hundreds of computer languages.

Recent questions