1529992-2-ref.html (641B)
1 <!DOCTYPE html> 2 <html><head> 3 <style> 4 body { 5 font-size: 60px; 6 position: absolute; 7 margin: 0px; 8 padding: 0px; 9 } 10 div { 11 position: absolute; 12 margin: 0px; 13 padding: 0px; 14 } 15 #shadow6 { 16 color: transparent; 17 } 18 #shadow7 { 19 color: transparent; 20 } 21 #shadow6-ref { 22 color: green; 23 top: 200px; 24 left: 230px; 25 } 26 #shadow7-ref { 27 color: transparent; 28 top: 200px; 29 left: 530px; 30 text-shadow: 0px 0px 5px green; 31 } 32 </style> 33 </head><body> 34 <div id="shadow6-ref">hello</div> 35 <div id="shadow7-ref">hello</div> 36 <div id="shadow6">hello i</div> 37 <div id="shadow7">hello i</div> 38 </body></html>