Skip to content

Commit

Permalink
Modified outline demos
Browse files Browse the repository at this point in the history
  • Loading branch information
Lea Verou committed Nov 1, 2011
1 parent 0c8956a commit 1e9f8e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ <h2>One property, two values, endless possiblities</h2>
<a data-property="letter-spacing" data-from="0" data-to="100px"></a>
<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="outline-width" data-from="0" data-to="100px" style="outline-color:black; outline-style: solid;"></a>
<a data-property="outline-offset" data-from="0" data-to="30px" style="outline-style: dashed; outline-color:slategray;" data-author="mkuehnel"></a>
<a data-property="outline-color" data-from="transparent" data-to="red" style="outline-width: 30px; outline-style: solid;" data-author="mkuehnel"></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 1e9f8e1

Please sign in to comment.