As for this issue, I suggest you could use F12 Developer Tools to Debug HTML and CSS.
First, please make sure the box-shadow CSS is not covered by the bootstrap CSS. If it is covered, you could use the "!important" keyword. Code like this:
box-shadow: 10px 10px 5px #888888 !important;
Besides, I suggest you modify your code as below: Change the css class position.
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
Member
327 Points
1767 Posts
My box shadow does not show up
Dec 16, 2016 11:20 AM|grafic.web|LINK
Hi, i have a div
wich should have a boxshadow and inside 2 divs col-6
i do not understand why my box shadow does not show up, this is the code :
css
html
who can help me in sort it out?
All-Star
45489 Points
7008 Posts
Microsoft
Re: My box shadow does not show up
Dec 19, 2016 03:11 AM|Zhi Lv - MSFT|LINK
Hi grafic.web,
As for this issue, I suggest you could use F12 Developer Tools to Debug HTML and CSS.
First, please make sure the box-shadow CSS is not covered by the bootstrap CSS. If it is covered, you could use the "!important" keyword. Code like this:
box-shadow: 10px 10px 5px #888888 !important;
Besides, I suggest you modify your code as below: Change the css class position.
Best regards,
Dillion