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
nav[role="navigation"] .container { box-shadow: 0 -3px 0 red inset, /* Top */ 0 3px 0 red inset; /* Bottom */ }
Useful if you need child elements to overlap borders.
The text was updated successfully, but these errors were encountered:
From @patflannery:
.top-box { box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.4); } .left-box { box-shadow: inset 7px 0 9px -7px rgba(0,0,0,0.4); } .right-box { box-shadow: inset -7px 0 9px -7px rgba(0,0,0,0.4); } .bottom-box { box-shadow: inset 0 -7px 9px -7px rgba(0,0,0,0.4); }
Sorry, something went wrong.
No branches or pull requests
Useful if you need child elements to overlap borders.
The text was updated successfully, but these errors were encountered: