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] 第211天 举例说明clear取值有哪些? #1513

Open
haizhilin2013 opened this issue Nov 12, 2019 · 1 comment
Open

[css] 第211天 举例说明clear取值有哪些? #1513

haizhilin2013 opened this issue Nov 12, 2019 · 1 comment
Labels
css css

Comments

@haizhilin2013
Copy link
Collaborator

第211天 举例说明clear取值有哪些?

我也要出题

@haizhilin2013 haizhilin2013 added the css css label Nov 12, 2019
@encountermm
Copy link

  • none 默认值。允许浮动元素出现在两侧。
  • left 在左侧不允许浮动元素。
  • right 在右侧不允许浮动元素。
  • both 在左右两侧均不允许浮动元素。
  • inherit 从父元素继承 clear 属性的值。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
css css
Projects
None yet
Development

No branches or pull requests

2 participants