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
这个不好描述,看图:
或者是到原网站看右上方
首先想到的还是不同的 filter 来对 nav 进行颜色 filter 右键看了下,原来是每个 section 都有对应颜色的 nav,用 clip 进行蒙版的操作
The text was updated successfully, but these errors were encountered:
大概是这样:
<section> <i class="_red"></i> </section> <section> <i class="_blue"></i> </section> <section> <i class="_green"></i> </section>
section { clip: rect(auto, auto, auto, auto); -webkit-clip-path: inset(0 0 0 0); clip-path: inset(0 0 0 0); }
Sorry, something went wrong.
codepen 的 demo
No branches or pull requests
或者是到原网站看右上方
首先想到的还是不同的 filter 来对 nav 进行颜色 filter
右键看了下,原来是每个 section 都有对应颜色的 nav,用 clip 进行蒙版的操作
The text was updated successfully, but these errors were encountered: