How to make div's percentage width relative to parent div and not viewport

后端 未结 2 2074
执念已碎
执念已碎 2020-11-27 15:42

Here is the HTML I am working with.

2条回答
  •  粉色の甜心
    2020-11-27 16:32

    Use position: relative on the parent element.

    Also note that had you not added any position attributes to any of the divs you wouldn't have seen this behavior. Juan explains further.

提交回复
热议问题