I’m struggling a little to get my head in the right place when I’m setting out a page using div containers and rows.
My mental approach is to open a container, a div row then define the width of each row/colum, add content, close the div row and then the container (section done).
Then, for the next section to go UNDERNEATH, I repeat the process above and expect it to position below the first one, and so on (I’m sure I read something about document flow?).
I’m just doing some practice on this and would really appreciate it if you could comment on how I’m approaching this as my results are inconsistent.
Although my approach seems logical to me I would love to know if I have over simplified things, got it completely wrong or got it pretty spot on (more or less).
I’m really looking for advice on my mental approach to this so that I can be clear in my mind how to set out my code before I start writing and getting myself muddled.
Thanks in advance!