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

简述伪类和伪元素 #65

Open
GGXXMM opened this issue Nov 16, 2020 · 0 comments
Open

简述伪类和伪元素 #65

GGXXMM opened this issue Nov 16, 2020 · 0 comments
Labels

Comments

@GGXXMM
Copy link
Owner

GGXXMM commented Nov 16, 2020

一、伪类

用于向某些选择器添加特殊的效果。比如(:hover,:active,:focus,:link,:visited)

二、伪元素

伪元素就像在文档里插入假想的元素,从而添加特殊的效果。
例如:

  • :first-letter
  • :first-line
  • :before
  • :after
@GGXXMM GGXXMM added the css label Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant