Inner shadow

An example showing how to create inner shadow using Tizen 2.3.
.shadow { 
  -webkit-box-shadow: inset 0px 1px 6px rgba(0,0,0,0.5);
  box-shadow: inset 0px 1px 6px rgba(0,0,0,0.5);
}

Responses

0 Replies