<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: underline 3px red double;
text-underline-offset: 16px;
}
.altta {
text-decoration: underline 0.1rem #21ff21 wavy;
text-underline-offset: 1px;
}
.uzerinde {
text-decoration: underline 5px rgb(255, 90, 255) dashed;
}
.cift-kullanim {
text-decoration: underline .15rem aqua solid;
text-underline-offset: -8px;
letter-spacing: .2em;
}
: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);
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.