一番上にheader、その下に画面いっぱいにtop、その下に普通のコンテンツ用のboxを縦並びにしたいと思っています。
ですが、実際はtopの中にboxが入り込んでしまいます。
topが可変であることが原因かなと思いつつ対処の仕方がわかりません。
どうかお願いします。
</div><section class="box"> box1 </section> <section class="box"> box2 </section> <section class="box"> box3 </section>
css
#wrapper{
position: relative;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
overflow: hidden;
}
#header{
width: 100%;
height: 60px;
}
#top{
height: calc(100vh - 60px);
display:flex;
align-items: center;
justify-content: center;
min-width:100%;
}
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。