I have been assigned to make the below layout using 3 methods.
- Using Div's
- Using CSS Grid System of Bootstrap
- Using Row & Col class of Bootstrap
I have made layout using Div's & CSS grid system but I am unable to design the main content & sidebar using row & col classes of bootstrap because It does not allow to make unequal columns.
Is there anyway to achieve this using Col & Row classes of bootstrap?

