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

HTML Build a Responsive Website Creating a Fluid Foundation Creating Flexible Margins

Jason Moore
PLUS
Jason Moore
Courses Plus Student 10,297 Points

Wrong Answer?

Is it just me, or is the first answer 1%? For some reason it keeps marking my answer wrong, and I am pretty sure I am correct. If not, please let me know if I missed something.

2 Answers

Luke Buśk
Luke Buśk
21,598 Points

Hi Jason,

The correct answer is 1.25%. Your context is .icing which has 100% width = 800px. You want to convert 10px margin to % so 10/800 = 0,0125. Now 0,0125 * 100 = 1.25%.

James Barnett
James Barnett
39,199 Points

> please let me know if I missed something

Sounds like you are dropping a few decimal places.