--- title: Use CSS to solve common problems slug: Learn/CSS/Howto tags: - Beginner - CSS - Learn - NeedsTranslation - TopicStub translation_of: Learn/CSS/Howto ---
The following links point to solutions to common everyday problems you'll need to solve with CSS.
background-clip
to control how much of the box your background image covers.box-sizing
Beyond the basics, CSS is allows very advanced design techniques. These articles help you tackle the hardest use cases you may face.
CSS FAQ — A collection of smaller bits of information, covering a variety of topics from debugging to selector usage.