Is there an optimal way?
I have read several articles.... Everything is different for everyone...
I want to get the structure as in the picture
I want to do this using Bootstrap.
I can't do it
https://jsfiddle.net/User65659/z7ogjaxs/

Is there an optimal way?
I have read several articles.... Everything is different for everyone...
I want to get the structure as in the picture
I want to do this using Bootstrap.
I can't do it
https://jsfiddle.net/User65659/z7ogjaxs/

You tagged this as aspnet core but this is a CSS/Layout question. Can you explain what "correctly" means. What have you tried, what articles have you read and why are these approaches not optimal? Are you using a CSS framework like Bootstrap?
https://www.w3schools.com/css/css_website_layout.asp
https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Introduction
Do you have an aspnet core question related to layout?
@AgaveJoe
I want to do this using Bootstrap.
I can't do it
https://jsfiddle.net/User65659/z7ogjaxs/
The best option for you to use Bootstrap, which allows you to create responsive layouts easily. https://getbootstrap.com/
The bootstrap comes with a powerful grid system, that can be used to build powerful layouts for your websites. https://getbootstrap.com/docs/4.0/layout/grid/
Also it is good to understand bootstrap layout concepts. https://getbootstrap.com/docs/4.0/layout/overview/
There are lots of UI frameworks available out there, though bootstrap is more popular. I recommend you to read the following article that gives you an outlook of bootstrap and its competitors.
https://dev.to/codereaper08/is-it-time-to-let-go-of-bootstrap-347i
@sreejukg
I want to do this using Bootstrap.
I can't do it
https://jsfiddle.net/User65659/z7ogjaxs/
4 people are following this question.