How can i add another section to my page?

I’m following this YouTube video and i wanna recreate that page without Bootstrap.
I already made the “first” section. How can i do the second and put some text?, i mean, the white section. How can i created that white box and write over them?

HERE MY CODEPEN: https://codepen.io/ricardonothing/pen/pozmqYO?editors=1100

Example of the white box (second section):

Thanks in advance!

Just add another div after your header, give it some width and height and you should be good to go. You’ve set all h1’s to white, so if you try to put a h1 in your second section you won’t be able to see it.

https://codepen.io/mmichelini1997/pen/pozmGLX?editors=1100

Thanks a lot Michael Michelini, you are a good person!.

Yeah, use a second Div. Working with divs has always been a nightmare for me.

1 Like