Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE HTML>
<style>
div {
width: 100px;
height: 100px;
box-shadow: inset 0 10px black, 10px 10px blue;
}
</style>
<div></div>
<!DOCTYPE HTML>
<style>
div {
width: 100px;
height: 100px;
box-shadow: inset 0 10px black, 10px 10px blue;
}
</style>
<div></div>