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 trialthomas ethridge
1,007 PointsThe borders and height of the image arent changing.
The borders and height of the image arent changing.
#intro img {
height: 200px;
border: #75474a 5px solid;
}
6:30 into css box model
thomas ethridge
1,007 Points1 Answer
Rohald van Merode
Treehouse StaffHiya thomas ethridge 👋
Thanks for sharing a snapshot of your workspace! You'll want to have a look at how your HTML is structured. There is no image tag nested in the #intro
element so the styles you're setting here won't be applied anywhere at this moment.
I've left a more detailed answer over at your now post 🙂
Hope this helps! If not let us know and we'd be more than happy to elaborate 😃
Steven Parker
231,172 PointsSteven Parker
231,172 PointsHere's a video about making a snapshot of your workspace that you can share a link to so we can see.