Looking to showcase the content of two columns
exclusively within a container
, with each column spaning the full width of the page, just like the image below.
Can this be achieved using css grid
?
Your assistance and support is greatly appreciated.
<div class="columns">
<div class="columns--container">
<div class="column">
<!-- Content -->
</div>
<div class="column">
<!-- Content -->
</div>
</div>
</div>