#Need some help on hometown project
10 messages · Page 1 of 1 (latest)
The problem with your images is that your path is wrong... the folder is called "images" not "img" so your background-image url should be url(images/aurora.jpg) for example...
ah I see well I have it as img when I am coding on my pc
but I did fix it on the scrim
Ok, to add some space above your welcome text there are a number of ways...
I would personally use display: flex if you've learned that but another way would be to add a padding to your header...
#header {
padding-top: 50px; // for example
}
Well I do have my header on display: flex I can screenshot the code if that helps you out
so before I posted this I tried the padding top and well that worked
Something like this?
https://scrimba.com/scrim/coceb4a649377f7c527c306f7
Yeah that is more like it and looking at the edit code and comparing to what I have I can see how that works looks like my height was not right