| <style type="text/css" media="screen"> |
| outline: 1px solid silver; |
| -webkit-box-sizing: border-box; |
| outline: 0 solid rgba(0, 255, 0, 0.05); |
| <!-- The extent of the shadow should approximately match the pale green boxes. --> |
| <div class="indicator box" style="outline-width: 10px"></div> |
| <div class="box" style="box-shadow: 0 0 10px black"></div> |
| <div class="indicator box" style="outline-width: 20px"></div> |
| <div class="box" style="box-shadow: 0 0 20px black"></div> |
| <div class="indicator box" style="outline-width: 50px"></div> |
| <div class="box" style="box-shadow: 0 0 50px black"></div> |
| <div class="indicator box" style="outline-width: 90px"></div> |
| <div class="box" style="box-shadow: 0 0 90px black"></div> |