Answers for "css box shadow right and left only"

0

css box shadow right and down

.myDiv
{
  border: 1px solid #333;
  width: 100px;
  height: 100px;
  box-shadow: 10px 0 5px -2px #888;
}
Posted by: Guest on July-12-2021
0

left and right box shadow only

box-shadow: 12px 0 15px -4px rgba(31, 73, 125, 0.8), -12px 0 8px -4px rgba(31, 73, 125, 0.8);
Posted by: Guest on June-03-2021

Browse Popular Code Answers by Language