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 trialJuan Castaneda
Front End Web Development Techdegree Student 7,806 PointsHow did you get the icon to be in front of the a element when there wasnt a new html element in front of it?
How did the background image not become the background of the whole link when we targeted that link, instead it went to the right of the link?
1 Answer
Jonathan Grieve
Treehouse Moderator 91,253 PointsI'm struggling a little bit with the context of your question without any code to go on. But there are background properties you can use on image backgrounds to control how an elements' background image appears.
Use the likes of background-repeat
, background-position
, and background-size
to customise the appearance of a background image.