Skip to content Skip to sidebar Skip to footer

Border Won't Show Despite Appearing In Inspect Element

I'm recreating a small widget from a psd and trying to put a thin border-right between the 3 container divs I'm using to separate the page into thirds. The divs have height, and I'

Solution 1:

Change it to border-right: 10px solid red;

Border requires size and type of border; color is optional.

Post a Comment for "Border Won't Show Despite Appearing In Inspect Element"