I have a problem, I want to place a container-fluid occupies 100% of the page so you can place inside a container to place it in the center.
<div class="container-fluid bg-success" style = "height: 1000px"> <!-- Container total de la pagina -->
<div class="container"><!-- Container del formulario -->
<div class="row">
<div class="col-12 bg-warning d-flex justify-content-center">
<form class="form-inline">
<div class="form-group pt-5 bg-danger">
<input type="text" class="form-control" id="formGroupExampleInput" placeholder="¡Que desea buscar?">
<button type="submit" class="btn btn-primary ml-2">Buscar</button>
</div>
</form>
</div>
</div>
</div>
Here the code, I could "Solve" but as expected when entering from another device this is not responsive so I do not know how to do it, some help, too