Creating a consistent HTML structure for my website using bootstrap 4 is my goal. The key elements include: sidebar
, h1
, and content
.
The challenge lies in organizing them effectively based on the screen size:
- For mobile view, they should be arranged in the order of: h1, sidebar, and content, as shown here:
https://i.sstatic.net/PHsxO.png
- For desktop view, the sequence should be:
https://i.sstatic.net/kVDPq.png
Check out my codepin here: https://codepen.io/anon/pen/ejLroV