- ベストアンサー
このようなレイアウトでcssを組みたい
- みんなの回答 (1)
- 専門家の回答
質問者が選んだベストアンサー
何が聞きたいのか、いまいちわからないのですが、こんな感じでしょうか? <<html> <head> <style type="text/css"> body{border-left:50px solid #000000;border-right:50px solid #000000;padding:10px 50px;} body *{border:1px solid #999999;padding:1em;} div{margin:1em;} </style> </head> <body> <div id="example"><div id="example"> <div class="about"><div class="about" > <h3><h3></h3> <p><p></p> </div> <div class="about"><div class="about" > <h3><h3></h3> <p><p></p> </div></div> </body> </html>