Offset an outline

An example showing how to offset an outline using Tizen 2.3.
.box {
  width: 200px;
  height: 200px;
  background-color: red;
  outline: 1px solid black;
  outline-offset: 20px;
}

Responses

0 Replies