0

I have this CSS class:

.image-box:hover {
    -webkit-box-shadow: 8px 8px 8px red;
    box-shadow: 8px 8px 8px blue;
    -moz-box-shadow: 8px 8px 8px red;
    background-color: rgba(0, 0, 0, 0.08);
}

currently, box-shadow: 8px 8px 8px blue is winning. Is there any reason for that?

MC Emperor
  • 22,334
  • 15
  • 80
  • 130
user123456
  • 2,524
  • 7
  • 30
  • 57

0 Answers0