Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<style>
#thediv {
width: 500px;
height: 500px;
background: black;
box-shadow: inset 0 0 20px 200px lime;
}
</style>
<div id="thediv"></div>