Container div height relative to page size?

Asked

Viewed 213 times

0

How to leave the bootstrap div Container height(height) relative to page sizing?

<div class="container">
  <div class="row">
    <div class="col">
      its works!
    </div>
  </div>
</div>

1 answer

0

Good night Erick, all right?

Cara, I don’t know if I really understand your question, but I believe that the solution to your problem is to put css in the container div "height:100vh;

Browser other questions tagged

You are not signed in. Login or sign up in order to post.