If you look at the File menu under “Manage stylesheets…” you will likely see it still attached to your page.
With regards to the CSS. Questions for you - what does .gallery > img mean? Does it apply to your page set-up? What is the actual CSS that is applies to your img if you look in the DevTools?
Hi @kat,
The link in the head that I show in my image above is loading the Bootstrap 5 theme styling onto your page.Typically the head is where the CSS is loaded and the footer is where the JavaScript (.js) files are loaded.
I looked at your page, and it seems like the images are all resizing correctly now. What problem are you trying to solve with the h3?
This really is nice.
And seems much better now, heading stays visible at bottom now better, but you can still catch out some oddities, just by grabbing a browser window corner and dragging it up and down varying dimensions.
As shown above.
Thats using the Brave Browser, Mac, etc.
nice though
have a look see why some images are anomolous.
ok have fun
well, ok , quick dev tools shows that image there, the larger one is
Still can’t figure this out. image is 400x400, same as all others. Maybe I should set the big dog image to Object-fit: contain
And can’t get the pricing table in the bottom .wrapper to center. Justify-content, justify-self doesn’t work.
Hi @kat,
I think @schpengle is right about the h6 throwing things off.
There are a couple of items with the pricing table. With flexbox you want to be careful with margins and max-width. Both are going to throw off any centering. I would set the wrapper to:
Schpengle, you’re a genius; removing the h6 worked. Bermese Mountain dog—I thought it was a St. Bernard, too. Same size.
Adding display: flex to wrapper threw pricing table off until I added a div above the wrapper at the same level:<div><h2>How the Process Works</h2> Probably a more elegant way to do it.
So fun.
I want to add some animation to the menu, but think I need to switch to something else for a bit to quit torturing everyone. Thanks for sticking with me.
By the way, should I quite posting in Beginners? I do like it here.