<section>
  <div class="btn btn__16">
    <a href="#">1-16.線が太くなる</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__16 a {
  transition: .3s;
}

.btn.btn__16 a:hover {
  box-shadow: inset 0 0 0 4px #333;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.