Hello! Newb question. I am stumped resizing the pattern.webp to fit the heading text when the browser is resized. I’m certain its because I have the height set to a fixed size but can’t make any other size options work (e.g. %). here’s a screenshot of my code and good/bad screenshots of my question. Thanks in advance.
Instead of setting the image as an img element, set it as the background-image to the h1 Dasmoto’s Arts & Crafts /h1 in css.
This way it will always be the same size as the h1 element.
Thank you! Means reworking some things but it absolutely answered my roadblock.