<h1>더 자세한 내용은 이 <a href="#1">링크</a>를 클릭하세요.</h1>
<h2>더 자세한 내용은 이 <a href="#2">링크</a>를 클릭하세요.</h2>
<p>더 자세한 내용은 이 <a href="#3">링크</a>를 클릭하세요.</p>
a {
  color: green;
  text-decoration: underline lightgreen;
}

a:focus,
a:hover {
  display: inline-block;
  color: lightgreen;
  text-decoration-color: green;
  transform: translateY(-2px);
  transition: 1s;
}

html {
  color: hsl(210, 9%, 31%);
  font-family: sans-serif;
  line-height: 1.6;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.