blob: 0cdd3d5c1fc57a4d8a39a040327e7cbae8f68e17 [file]
<!DOCTYPE html>
<style>
.container {
position: absolute;
width: 100px;
margin-top: 50px;
height: 100px;
background-color: green;
outline: -webkit-focus-ring-color auto 5px;
}
</style>
<div class="container"></div>