I’ve edited your code for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.
i didnt see any. seems like the parent dictates the percentage of the container width? 50% gets me to 50% of the size.
so i guess all i need to is mix them.
like, if i go 50% width in the container, then set max width at 800px, no matter how big the 50% is, if its bigger than 800px, the container will stop at 800px width because i set it so.