Tribute Page Feedback (John Ernest Steinbeck)

Using Bootstrap 4.

Question with “text-xs-center” — When I go to full screen, it appears to still be aligned left. Is the text actually aligned center or not?

I’ve been staring at this for many hours, all friendly feedback appreciated!

I believe the class is text-center according to the Bootstrap 3 documentation. I believe it is the same class in Bootstrap 4, although it is not documented in the docs.

EDIT: Also, the text-center class needs to be put inside a class property, not the style property.

Thanks odd, I switched to bootstrap 3 and made the fix.

Currently the image is not responsive because you’re using the class .image-fluid which is a Bootstrap 4 class, however you’re running on Bootstrap 3 so you should use .image-responsive.