Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<style>
div {
width: 100px;
height: 100px;
background: lightblue;
border-radius: 20px;
outline: 6px solid blue;
outline-offset: -6px;
}
</style>
<div></div>