I want to have an image and text box side-by-side, so that our website name is next to our logo.
Flex does not seem to do this
I want to have an image and text box side-by-side, so that our website name is next to our logo.
Flex does not seem to do this
It does. Set the flex to rows instead of columns.
When is it best to use Grid and when is it best to use Flex?
IMO, I would use the flex in your situation. There’s really no right or wrong as you will see working with elements. It’s very flexible.
What a great resource; thanks!
Thanks; now how do I make a text box wider?