DEV Community

Discussion on: Friday Frontend: New Media Queries Edition

Collapse
 
nickster13x profile image
Nick Paul

I'm not sure if this fits here, but here goes.

I have a SECTION tag with a class of showcase. Inside that I have a div.

In my css, I have the following:

.showcase {
background:url(img/test.jpg);
}

I am unable to display the image. I have tested opening it by clicking on it and it opens.

Any help would be appreciated.

Thanks,

Nick