Web/17-前端综合/CSS开发总结.md
2021-07-29 11:08:52 +08:00

14 lines
209 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### p标签里的文字溢出怎么办
加一个属性即可
```css
word-break: break-all;
```
### inline-block 相关
图片默认是 inline-block 布局会存在经典的底部 3px 的问题