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
Great project, I have two suggestions. There are two cursor: help declarations, it might make sense to combine them:
abbr, abbr:hover { /* Set the '?' cursor while hovering an abbreviation */ cursor: help; }
Also, where you reset margins and padding with *, would you consider adding box-sizing?
* { /* Reset margins and padding */ box-sizing: border-box; margin: 0; padding: 0; }
The text was updated successfully, but these errors were encountered:
I don't contribute much to GitHub, my suggesions/questions aren't necessarily issues. Let me know if there's a better way to comment.
Sorry, something went wrong.
No branches or pull requests
Great project, I have two suggestions. There are two cursor: help declarations, it might make sense to combine them:
abbr, abbr:hover { /* Set the '?' cursor while hovering an abbreviation */ cursor: help; }
Also, where you reset margins and padding with *, would you consider adding box-sizing?
* { /* Reset margins and padding */ box-sizing: border-box; margin: 0; padding: 0; }
The text was updated successfully, but these errors were encountered: