Container div height relative to page size?

0

How do I set the height of the bootstrap div divider relative to page size?

<div class="container">
  <div class="row">
    <div class="col">
      its works!
    </div>
  </div>
</div>
    
asked by anonymous 22.05.2018 / 23:59

1 answer

0

Good evening Erick, how are you?

I do not know if I understood your question very well, but I believe the solution to your problem is to put in the css in the container div "height: 100vh;

    
06.06.2018 / 00:48