We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
border-style
<hr>
By default, a <hr> element is styled with border-style: inset; which makes it turn out like this:
border-style: inset;
By adding border-style: solid; we can make the line act like users would expect it to.
border-style: solid;
The text was updated successfully, but these errors were encountered:
Do different browsers render it differently? Or do you just want a better look for all browsers?
Sorry, something went wrong.
Or do you just want a better look for all browsers?
Might be good for #13
Yes
No branches or pull requests
By default, a
<hr>
element is styled withborder-style: inset;
which makes it turn out like this:By adding
border-style: solid;
we can make the line act like users would expect it to.The text was updated successfully, but these errors were encountered: