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.
この簡単なものと似ていますが、3番目のテキストグループを1つの「デッドレフト」と1つの「デッドライト」とともにデッドセンターに表示する方法を除きます。
<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>