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

Question not answered

https://w.trhou.se/bmv6zh5v8i ... This is a snapshot of my workspace, I asked i think a couple of weeks ago i don't remember exactly when for help and i did get answers back but they didn't fix the issue. If you look at the webpage on the "INFO" part, why doesn't the full size of that picture load? Someone previously said to not think of it as a picture and think of it as a box. I don't understand though, What can i do to display that full picture but also the full information in it to be displayed also even if it comes with a scrollbar?.

1 Answer

Hi Haki,

What are the dimensions of the original picture because you’ve set the height of the header to be 750px and the background-size to cover (which will crop the image if it doesn’t fit)?

I'm not able to view your code in my browser (as I’m on my phone), but here’s a link to an article on the background-size property in case your issue is what I expect.

https://developer.mozilla.org/en-US/docs/Web/CSS/background-size

Thanks for the help but that isn't the issue i'm having. Also it's not the header i'm having issues with it's the div with the class of info im having issues with. I resolved most of the problems I had with it looking like a box and the information part, however now i'm having another issue i would like to display the whole thing on the center of the page which i dont know how to. Guil had video of an example project I would like his class wildlife to be similar to mine just without the border. https://w.trhou.se/3o1u3grxho .. This is guils example project https://w.trhou.se/kh4cwhif0e ... This is my project