Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="utf-8">
<title>Inset box-shadow 1px spread stays even under fractional zoom</title>
<style>
body { margin: 0; }
.box {
margin: 9.6px;
width: 120px; height: 72px;
box-shadow: inset 0 0 0 1px green;
background: white;
}
</style>
<div class="box"></div>