<section>
  <div class="btn btn__12">
    <a href="#">1-12.線と文字色が変わる</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__12 a {
  transition: .5s;
}

.btn.btn__12 a:hover {
  border-color: #2382e5;
  color: #2382e5;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.