Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
与这个简单的类似,除了如何让第三个文本组显示死点,以及一个“死左”和一个“死右”?
<div> <p style="float: left; width: 33%;">stuff on the left</p> <p style="float: left; width: 33%; text-align: center">center</p> <p style="float: right; width: 33%; text-align: right">stuff on the right </p> </div>