Can a div be wrapped inside a row without using column classes? While it is technically possible, some may argue that it is not the best practice. Let's explore this further.
Take a look at the example below:
<div class="row">
<div class="home-bg">
1
</div>
</div>