What text do you mean?
Everything in the header is left aligned. Don’t you want a space between the logo and nav? If so you can use justify-content: space-between
on the #header
element. You would likely also want to vertically align the items using align-items: center
.
For images, you have to host them somewhere, like an image service or you can use Github.