<p>Daha önce <a href="https://fatihhayrioglu.com/focus-visible/" title="focus-visible yazısı" class="ustte">focus-visible özelliğinden</a> bahsetmiştim.</p>
<p>Daha önce <a href="https://fatihhayrioglu.com/focus-visible/" title="focus-visible yazısı" class="altta">focus-visible özelliğinden</a> bahsetmiştim.</p>
<p>Daha önce <a href="https://fatihhayrioglu.com/focus-visible/" title="focus-visible yazısı" class="uzerinde">focus-visible özelliğinden</a> bahsetmiştim.</p>
<p>Daha önce <a href="https://fatihhayrioglu.com/focus-visible/" title="focus-visible yazısı" class="cift-kullanim">focus-visible özelliğinden</a> bahsetmiştim.</p>
.ustte {
  text-decoration-line: overline;
  text-decoration-thickness: 3px;
}

.altta {
  text-decoration-line: underline;
  text-decoration-thickness: 0.4rem;
}

.uzerinde {
  text-decoration-line: line-through;
  text-decoration-thickness: 5px;
}

.cift-kullanim {
  text-decoration-line: underline overline;
  text-decoration-thickness: .4rem;
}

:root {
  --text-color: rgb(255, 255, 255);
  --title-color: rgb(55, 65, 81);
  --button-bg-color: rgb(0, 102, 254);
  --button-color: rgb(255, 255, 255);
}

@import url('https://fonts.googleapis.com/css2?family=Viaoda+Libre');

body{
  font-family: 'Lato', sans-serif;
  background-color: #1b1b1b;
  line-height: 1.5;
  font-size: 24px;
  color: var(--text-color);
  margin-top: 30px;
}

a {
  color: var(--text-color);
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.