blob: f97925b3cd41cce7ee3b954c91a64bf010e4b553 [file] [log] [blame]
<!DOCTYPE html>
<style>
.circle{
width: 300px;
height: 300px;
border-radius: 51%;
box-shadow: black 0 0 1px 1.99px;
}
</style>
There should be a ~2px shadow around the circle.
<div class="circle"> </div>