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 CSS Layout Basics Positioning Page Content Create an Image Caption with Absolute Positioning

Hector Galicia-Milla
Hector Galicia-Milla
8,064 Points

positioning of caption

how would you set the fig caption in the video to cover the whole image kind of like an image overlay or is there another way to do this? thank you.

1 Answer

Steven Parker
Steven Parker
229,732 Points

In the video, the "width" setting is used to make the caption element go all the way across. There's also a "height" property (not used in the video) you can set to make it go from top to bottom.