0
私はクラスのこの2つのグループを並べて設定しようとしましたが、私はできませんでした.. 私はディスプレイを使用しようとしました:flex、float:leftおよび他のCSS属性ここではうまくいきませんでした。divクラスの2つのグループのグループ
.building{
\t width: 100px;
\t height: 200px;
\t margin:auto;
\t background-color: #843533;
border-style: solid;
box-shadow: 2px 2px black;
padding: 10px;
}
.building .windowL{
\t width: 30px;
\t height: 40px;
\t background-color: #8e8383;
\t margin-bottom: 10px;
\t
}
.building .windowR{
\t width: 30px;
\t height: 40px;
\t background-color: #8e8383;
\t margin-bottom: 10px;
\t margin-left:40px;
\t
}
\t <div class="building">
\t <div class="windowL"></div>
\t <div class="windowL"></div>
\t <div class="windowL"></div>
<div class="windowL"></div>
\t <div class="windowR"></div>
\t <div class="windowR"></div>
\t <div class="windowR"></div>
\t <div class="windowR"></div>
</div>
はい、コースを外れ、 – superHero
@superHero良い、あなたは実装の問題に直面した場合、私に知らせて、これはあなたの問題を解決するかどうか、答えを閉じることを忘れてはいけません! –
それは正しいですが、私は同じ部門にしたくないです。私は2つのsimiller divでこれをしたい – superHero