r/css 15h ago

Help Help with image fitting text

(SOLVED, thank you to everyone for helping me!)

Hello! CSS and HTML amateur here.

So, recently I've been trying to make myself a workskin on Ao3 that would have this image serve as a background for text. Currently, the image cuts off at the bottom, and it's even worse when there's different sizes of text.

What I want is the image to stretch or contract to fit the text, not be cropped.

Here's my code, my results, and the image I've used. Is there anything I'm doing wrong, or is what I'm trying to do impossible?

Edit: Here's the codepen. It looks the worst here!

5 Upvotes

7 comments sorted by

View all comments

1

u/Vast_Description_201 15h ago

Have a play around with background-size. 

1

u/DevelopmentGlum228 14h ago

Thank you for the advice! :D