这篇翻译不完整。请帮忙从英语翻译这篇文章。
The following links point to solutions to common everyday problems you'll need to solve with CSS.
Common use cases
Basics
- How to apply CSS to HTML
- How to use whitespace in CSS
- How to write comments in CSS
- How to select elements via element name, class or ID
- How to select elements via attribute name and content
- How to use pseudo-classes
- How to use pseudo-elements
- How to apply multiple selectors to the same rule
- How to specify colors in CSS
- How to debug CSS in the browser
CSS and text
盒子和布局
- How to size CSS boxes
- How to control overflowing content
- How to control the part of a CSS box that the background is drawn under
- How do I define inline, block, and inline-block?
- How to create fancy boxes (also see the Styling boxes module, generally).
- How to use
background-clip
to control how much of the box your background image covers. - How to change the box model completely using
box-sizing
- How to control backgrounds
- How to control borders
- How to style an HTML table
- How to add shadows to boxes
Uncommon or advanced techniques
Beyond the basics, CSS is allows very advanced design techniques. These articles help you tackle the hardest use cases you may face.