Answer the question
In order to leave comments, you need to log in
Full screen width and height sections in Landing Page?
Good day to all. I looked for my question on the toaster, alas, I did not find it.
Interested in the following question. When creating a Landing page, the site structure is implemented in the form of a section:
<section>
<div class="wrap">
<div class="container">
<div class="row">
<col-md-12>
...
</col-md-12>
</div>
</div>
</div>
</section>
html, body {
height: 100%;
}
.wrap {
height: 100%;
}
.wrap {
height: 100vh;
}
Answer the question
In order to leave comments, you need to log in
Haven't tried it with pure CSS. I usually use Fullpage for this purpose. I
only limit adaptability to small screens. There I make sections of the usual height.
If I understand the question correctly, then:
section{
height: 100vh;
width: 100vw;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question