Skip to content
New issue

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

CSS3有哪些新特性? #11

Open
janessasmith opened this issue Oct 22, 2019 · 0 comments
Open

CSS3有哪些新特性? #11

janessasmith opened this issue Oct 22, 2019 · 0 comments

Comments

@janessasmith
Copy link
Owner

janessasmith commented Oct 22, 2019

  • CSS3 实现圆角(border-radius:8px);
  • 阴影(box-shadow:10px);
  • 对文字加特效(text-shadow);
  • 线性渐变(gradient);
  • 旋转、缩放、定位、倾斜;

transform: rotate(9deg) scale(0.85,0.90) translate(0px,-30px) skew(-9deg,0deg);

  • 增加了更多的 CSS 选择器;
  • 多背景 rgba。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant