Why can it be completely covered by the background color of border:solid,?

before I add border:solid, it is shown below, and the background color of the top part is not available

clipboard.png

border:solid
clipboard.png
d.png](/img/bV87wK)

:

clipboard.png

Mar.04,2021

border prevents margin-top from collapsing.

to observe this phenomenon, you can replace border with outline.

to avoid margin-top problems, you can replace the container padding-top or change the container's overflow attribute.

Menu