Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Normalize HR tag #72

Open
itekaf opened this issue Aug 15, 2023 · 1 comment
Open

Normalize HR tag #72

itekaf opened this issue Aug 15, 2023 · 1 comment

Comments

@itekaf
Copy link

itekaf commented Aug 15, 2023

Suggestion:

hr {
border: 0;
margin: 0;
}

@Rafagd
Copy link

Rafagd commented Aug 17, 2023

Firefox implements <hr> as a <div> with margin: 5px 0; border: 1px solid #000;.
This will hide the line <hr> is supposed to produce.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants