We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
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
第131天 举例说明实现圆角的方式有哪些?
The text was updated successfully, but these errors were encountered:
只用过border-radius: xxx; border-radius: 4px; border-radius: 4px 8px;: top-left,bottom-right; top-right, bottom-left border-radius: 4px 8px 4px;: top-left; top-right, bottom-right; bottom-left border-radius: 4px 4px 8px 8px;: top-left; top-right; bottom-right; bottom-left
border-radius: 4px;
border-radius: 4px 8px;
border-radius: 4px 8px 4px;
border-radius: 4px 4px 8px 8px;
Sorry, something went wrong.
一般情况下border-radius够用了。想制作特殊的圆角可以用蒙层。
border-radius
记得张鑫旭老师有用 border 的 dotted 样式画过圆角。
No branches or pull requests
第131天 举例说明实现圆角的方式有哪些?
The text was updated successfully, but these errors were encountered: