blob: 93ec19a66774612df222d86c15cb11b26d6e335b [file] [log] [blame]
<!DOCTYPE html>
<style>
body {
margin: 0;
}
div {
position: absolute;
width: 200px;
height: 200px;
top: 100px;
left: 100px;
background-color: green;
border-radius: 50px;
outline: 5px solid green;
outline-offset: 50px;
}
</style>
<div id="target"></div>