I could use a second set of eyes on building my portfolio page

Hello everyone, I’m new to this & in need of a little help. I’m in the process of creating my portfolio page, and I’ve come to a complete stop. I’m trying to create my first background image, and I can’t get it to show up at all. I’m trying to use an image from the internet. https://unsplash.com/photos/h7v_38e3iGE is the link to the image I’m trying to use. Once I figure this out, I can install my other images without a problem, hopefully. Does anyone see anything wrong with my code so far?

your link is not an image link . try smth ending with .jpg
e.g/ http://3.bp.blogspot.com/-8PyW2Uh5i-o/UdGu3XRB8hI/AAAAAAAABjU/hmtcV_PCqXI/s1600/skogafoss_waterfall_iceland.jpg

It worked; thank you!!!

oops one more thing there should be smth in your div , its height is 0 when it is empty and(if its with bs) does not have classes etc or you can set its height in css like
.myDiv{
height: 300px;
}

ok , cool) good luck)

I’m going to throw the height into the div after the image line. Thank you for your help!!!