Please help, I’ve tried to search the internet, but can’t find any solution.
So I see that you haven’t targeted the div with id of “welcome-section” in your css. This might be a good place to start. Try experimenting with
height: 100%
4 Likes
Thank you, this did solve the task.
I thought that it should work only with .intro (which is the class), but I guess it had to be done specifically to the id.
1 Like
Glad to help! Onwards and upwards!
1 Like
I have done the height as 100vh but it still isnt working… please help.