Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<style>
div {
display: inline-block;
width: 80px;
height: 80px;
background: lightblue;
outline: 5px solid blue;
outline-offset: -5px;
margin: 20px;
}
</style>
<div></div>
<div style="zoom: 2"></div>