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.
ここに示すように、「利用規約」ヘッダーに内側の境界線を設定し たいのですが、テーブルを使用したくありません。これを回避する方法はありますか?助けてください。
これを試して。要件に応じてスタイルを変更/修正できますが、基本的なアプローチを示しました。
.header{background:#fff; padding:10px;} .inner-header{border:1px solid grey;} <div class="header"> <div class="inner-header"> This one will have the border </div> </div>