I'm trying to do is have two boxes, side-by-side, that stay at 50% of the screen width each so that they stay at 50% regardless of the screen width.
However, I'm also trying to put boxes with text inside each of those boxes, but I want the inside boxes completely centered and to remain at a fixed width so that the text doesn't shift around as the screen width changes.
Anyone have any ideas? Seems like a simple thing, but I'm just getting started in CSS, so bear with me.
You can use CSS this way:
And then you do your logic inside those box
Note that you can use
vertical-align: top;
if you want them to be side by side and have the same starting point