Imagine you have the following code snippet:
<div class="container">
<div class="row">
<div class="col-md-12">
...
<div class="full-width-div">
</div>
</div>
</div>
</div>
Is there a way to make the .full-width-div
element expand to the full width of the screen instead of being confined within the container?