Need help with Nav bar and background images

Hello! I’m almost finished with my personal portfolio page and everything is starting to come together nicely.
The only two things that are giving me trouble at this point is the navigation bar and the background images.

-I want the nav bar to scroll with the page in a fixed position, but when I put it on position:fixed it goes behind the other elements.

-I would like to set nice background images for all my div containers, but for the life of me I can’t figure out why it won’t work.
Any suggestions would be greatly appreciated!
Here’s a link to my project:

Hi Matthew,

First, to have a navbar fixed on top, with bootstrap 4, you could add this class “sticky-top” on your div navbar.

Secondly, you can add images with this css property :

background-image url('http://example.com/image.jpg');

Hope that it can help you.

1 Like

You, sir, have saved my life haha. Thanks so much!

run “Facebook”/Twitter button (footer; bottom of Portfolio) in new window:
target="_blank" (in 1st WebPage video)+
anchors from top (home/works/contacts) to different part of your WebPage.