TO get inner shadow

Saratvaddilli
Posted by Saratvaddilli under CSS 3 category on | Points: 40 | Views : 2508
.shadow {
-moz-box-shadow: inset 0 0 10px #000000;
-webkit-box-shadow: inset 0 0 10px #000000;
box-shadow: inset 0 0 10px #000000;
}

Comments or Responses

Login to post response