Two Column Layout Help #41830
Answered
by
kesect
poleonmyhip
asked this question in
Q&A
Two Column Layout Help
#41830
Replies: 1 comment
-
<div class="container">
<div class="row">
<div class="col-md-8 col-12">
left
</div>
<div class="col-md-4 col-12">
right
</div>
</div>
</div> |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
poleonmyhip
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to create a two-column layout where the left column takes 8 parts of the width and the right column takes 4 parts on medium and larger screens, but stacks vertically on smaller screens. How do i make this using Bootstrap 5?
Beta Was this translation helpful? Give feedback.
All reactions