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 trialLee Smith
5,255 PointsNeed help figuring out why my image is not showing up in my main header.
I've checked multiple times my code matches the code in the video exactly. The mountains.jpg image is in the image folder.....
From my style.css folder:
.main-header { background-color: #ffa949; padding-top: 170px; height: 850px; background-image: url ('../img/mountains.jpg'); background-size: 40%; background-repeat: no-repeat; background-position: center; }
1 Answer
Lee Smith
5,255 PointsJeremy, thanks. Yes removing the two dots helped. I also removed the space between url(. Have a great one!
Anish Bashyal
748 Pointsit didnt helped me . plz help me
Jeremy Hill
29,567 PointsJeremy Hill
29,567 PointsTry removing the two dots in this line: url ('../img/mountains.jpg');
See if that helps.