#Need some help on hometown project

10 messages · Page 1 of 1 (latest)

pliant pulsar
#

if needed I can post pictures of my code is people need to look at it

mystic owl
#

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...

pliant pulsar
pliant pulsar
mystic owl
#

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
}
pliant pulsar
#

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

mystic owl
pliant pulsar
#

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