Answers for "shadow in two sides only not four"

CSS
1

box shador of one border css

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

Code answers related to "shadow in two sides only not four"

Browse Popular Code Answers by Language