I'm just diving into the world of HTML/CSS and currently experimenting with Bootstrap Studio for a project. My focus is on creating an 'About' section for a webpage, where I've structured four rows each containing two columns as follows:
Image | Text |
Text | Image |
Image | Text |
Text | Image |
For Mobile / Small screens, my goal is to change the column layout to appear like this instead:
Image |
Text |
Image |
Text |
Image |
Text |
Image |
Text |
I've experimented with adjusting column widths at various screen sizes, changing the number of columns per row, and have achieved similar results on a smaller scale elsewhere in my page but struggling to replicate it.
Being new to all this, I'm finding it quite challenging. Any help in simple terms would be greatly appreciated since I'm still getting comfortable with all the technical jargon.
Thank you!