Skip to content

Commit

Permalink
Merge pull request LeaVerou#15 from mischah/outline-properties
Browse files Browse the repository at this point in the history
Add additional outline properties
  • Loading branch information
Lea Verou committed Nov 1, 2011
2 parents 0e0a8a7 + 9c4f86c commit 0c8956a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ <h2>One property, two values, endless possiblities</h2>
<a data-property="line-height" data-from="10px" data-to="300px"></a>
<a data-property="opacity" data-from="1" data-to="0"></a>
<a data-property="outline" data-from="0px solid black" data-to="100px solid black"></a>
<a data-property="outline-offset" data-from="0px" data-to="5px" data-author="mkuehnel" style="outline: 1px solid black;"></a>
<a data-property="outline-color" data-from="black" data-to="red" data-author="mkuehnel" style="outline: 1px solid black;"></a>
<a data-property="text-indent" data-from="0" data-to="100px"></a>
<a data-property="text-shadow" data-from="0 0 black" data-to="20px 20px 10px rgba(0,0,0,.5)"></a>
<a data-property="text-shadow" data-from="0 0 0 white" data-to="0 0 10px white" style="color: transparent;" data-author="bartaz"></a>
Expand Down

0 comments on commit 0c8956a

Please sign in to comment.