<div class="nekowrap"> <div class="nekoneko"> <div class="nekonaka"> <div class="neko2"><img src="cat-4.png"> <p>We are cute.There is no doubt about this.</p> <p>Nobody can’t object to this fact.</p> </div> <div class="neko3"><img src="cat-5.png"> <p>We are cute.There is no doubt about this.</p> <p>Nobody can’t object to this fact.</p> </div> </div> </div> <div class="more"> <img src="more3.png"> </div> </div> </div>```
.nekoneko {
display:flex;
margin-top:50px;
}
.nekonaka {
flex:auto;
width:50%;
}```
こうすることで、neko2,neko3クラスが横並びになると思ったのですが、結果は、縦並びです。
どうすれば、横並びになりますでしょうか。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/02/12 23:20