--- title: Use CSS to solve common problems slug: Learn/CSS/Howto translation_of: Learn/CSS/Howto ---
The following links provide solutions to common problems you can solve with CSS.
background-clip
to control how much of the box your background image covers.box-sizing
CSS allows very advanced design techniques. These articles help demistify the harder use cases you may face.
CSS FAQ — A variety of topics: from debugging to selector usage.