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 trialChris Adams
Front End Web Development Techdegree Graduate 29,423 PointsJust mentioning that the img referred to in this exercise does not seem to exist anymore. Dead link.
<img src="https://i0.wp.com/css-tricks.com/wp-content/csstricks-uploads/thebox.png?resize=570%2C248" alt="illustration of the CSS box model" class="small-img">
I get a "We cannot complete this request, remote data could not be fetched" notification.
Jonathan Diaz
Data Analysis Techdegree Student 30 PointsI'm having the same issue. I'm going to try to replace it with a similar image.
1 Answer
Ned Marafawi
7,995 PointsI had the same issue but now it's fixed. All you have to do is go to google image, type css box model, find the one you like and copy/past that link into your html and you're good to go. Or you can use the link blow for the exact image on the video.
Link: https://i2.wp.com/css-tricks.com/wp-content/uploads/2021/02/thebox.png?w=570&ssl=1
stvoconnor
6,699 Pointsstvoconnor
6,699 Pointsyeah just realized the page from CSS-Tricks that image was originally used no longer displays the image. I was reading the The Box Model article on CSS-Tricks and was wondering what those empty boxes were all about, now putting two and two together I see what I was missing lol.