Wed, 31 Dec 2014 06:55:50 +0100
Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2
michael@0 | 1 | <!DOCTYPE HTML> |
michael@0 | 2 | <style> |
michael@0 | 3 | |
michael@0 | 4 | #thediv { |
michael@0 | 5 | width: 400px; |
michael@0 | 6 | height: 250px; |
michael@0 | 7 | position: absolute; |
michael@0 | 8 | top: -500px; |
michael@0 | 9 | left: -500px; |
michael@0 | 10 | box-shadow: 540px 540px 10.5px black; |
michael@0 | 11 | } |
michael@0 | 12 | |
michael@0 | 13 | #blankdiv { |
michael@0 | 14 | width: 400px; |
michael@0 | 15 | height: 250px; |
michael@0 | 16 | background-color: white; |
michael@0 | 17 | position: absolute; |
michael@0 | 18 | top: 40px; |
michael@0 | 19 | left: 40px; |
michael@0 | 20 | } |
michael@0 | 21 | </style> |
michael@0 | 22 | |
michael@0 | 23 | <div id="thediv"> </div> |
michael@0 | 24 | <div id="blankdiv"> </div> |