Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
<html> <head> <script src="prototype.js " type="text/javascript"></script> <script src="lightandshadow.js" type="text/javascript"></script> <script type="text/javascript"> function shadowStarter() { light = new Lightsource({ intensity:0.5, spherical: { distance: 500, polar: 45, azimuth:90 }, lightSize: 500 }); } </script> </head> <body onload='shadowStarter()' style='background:#FCF0A8;'> <br/> <div style='margin-left:200px;padding:10px;z-index:20;width:15%;position:relative;background-color:#FBEC8F' class='shadowThrowing'> <h2>Light & Shadow FTW!</h2></div> <div style='margin-left:210px; margin-top:10px; text-align:right; margin-right: 1200px;'>A rather cool-looking, ProtoType based light and shadow framework</div> </body> </html>
This paste will be private.
From the Design Piracy series on my blog: