Does the HTML write heart container have to add 100% to its width?

.container {
    width: 100%;
    min-width: 300px;
    max-width: 600px;
}

does the HTML write heart container have to add 100% to its width?

feels that with min-width and max-width, width is not needed.

isn"t it?

Apr.02,2021

if you don't write, how do you want him to show it when the width is 450, unless the display of your container is block,

Menu