Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other box-shadow issue Re: box-shadow issue

#88056
SgtLegend
Member

Have you tried just using the background-color property as what you have above is far to much syntax for a simple background color.

#main-content > .inside {
background-color: #fff;
border: 8px solid transparent;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
position: relative;
}