I want box width and height to include all of the content, padding, border width, and margin by default. Is there a way to do this? Especially, I want to be able to specify
Use display: flex; for the parent tag.
display: flex;
For example:
left right