Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS How to Make a Website Adding Pages to a Website Add and Style Icons

Mactire McMullen
Mactire McMullen
6,648 Points

code challenge

In code challenge it succeeds until step of background-size: 20px; padding: 0 0 0 30px:

1 Answer

Kang-Kyu Lee
Kang-Kyu Lee
52,045 Points

It could be because vertical size of background missing? Can you try

background-size: 20px 20px;