Help with my portfolio divs please :)

Hi there!

Here’s my portfolio link: https://codepen.io/mariana_moniz/pen/xRgmEw

How do i create a new div so that i can scroll further my first div that has the space picture background?
Every time I create a new div and write something there, the text appears on top of that background, instead of going further down the page.

Tips?

I just used the
tag to position in hight

I guess there must be a margin and padding option in css as well

sorry for this [quote=“lawfets, post:2, topic:57302”]
I just used the
tag to position in hight
[/quote]

the br tag I mean

you gave CSS .header state position: fixed that is messing up rows. remove it and try using more bootstrap CSS instead writing your own