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

jason limmm
jason limmm
7,791 Points

progress bar

here is my snapshot:https://w.trhou.se/isol72atga

the .myval of my .bar isn't making it's width 33% of the the container which is the .bar i don't know why

1 Answer

Rohald van Merode
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Rohald van Merode
Treehouse Staff

Hey jason limmm 👋

Have you tried inspecting the element with the dev tools? There doesn't seem to be a width: 33%; being applied to the .myval.

Looking at your style.css file on line 39 you are trying to set the width of the element there but the element with the id of inputname is not a parent of your progress bar.

Hope this helps to get you going again! 🙂