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
<div class="div1"></div>
.div1 { width: 0; height: 0; border-right: 100px solid red; border-left: 100px solid green; border-top: 100px solid blue; border-bottom: 100px solid pink; }
.div1 { width: 0; height: 0; border-right: 100px solid transparent; border-left: 0px solid transparent; border-top: 100px solid blue; border-bottom: 0px solid pink; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1.用css画一个三角形
The text was updated successfully, but these errors were encountered: