<!DOCTYPE html>
<html>
<head></head>
<body>
<a href="javascript:void(0);" class="button" draggable="false"></a>
</body>
</html>
a.button{
display: block;
margin: auto;
margin-top: 20%;
width: 5rem;
height: 5rem;
border-radius: 50%;
box-shadow:inset 0px -2px 2px 1px rgb(30, 30, 30),
0px 3px 4px rgba(50, 50, 50, 0.6);
}
a.button:active {
box-shadow:inset 0px 0px 4px -1px rgb(0, 0, 0);
}
참고
1. https://codepen.io/davilious/pen/FcmDx
2. https://www.cssmatic.com/box-shadow