以下是我的html和css代码
<body>
<div style="display: inline; postion: relative; float: left; width: 20%; min-height: 350px; background-color:red">
TESSSSSSSSSTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT123
</div>
<div style="display: inline; postion: relative; float: left; width:80%; min-height: 350px; background-color:green">
</div>
</body>
</html>
在窗口调整大小时,两个 div 重叠,有什么办法可以避免这种情况吗?无论窗口大小如何,我都希望两个 div 始终保持在一行中(而且两个 div 的内容都包含在每个 div 中)。
感谢任何帮助,谢谢,