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

CSS存档 #21

Open
yihong0618 opened this issue Aug 9, 2019 · 0 comments
Open

CSS存档 #21

yihong0618 opened this issue Aug 9, 2019 · 0 comments
Labels
技术文章 技术文章

Comments

@yihong0618
Copy link
Owner

  1. .xxx>li。>是子代选择符,它表示的是选择.xxx的子代li
  2. @media 如果文档宽度小于 300 像素则修改背景颜色(background-color):
 @media screen and (max-width: 300px) {
    body {
        background-color:lightblue;
    }
}
@yihong0618 yihong0618 added 技术文章 技术文章 日记 日记 and removed 日记 日记 labels Sep 30, 2019
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