<section>
<div class="btn btn__13">
<a href="#">1-13.影が無くなる</a>
</div>
</section>
section{
display: flex;
margin:2rem;
justify-content: center;
align-items: center;
}
.btn a {
display: inline-block;
text-decoration: none;
border: 2px solid #333;
color: #333;
padding: .7rem 1.5rem;
transition: .2s;
}
.btn.btn__13 a {
transition: .3s;
box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.2);
}
.btn.btn__13 a:hover {
box-shadow: none;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.