TAG
CSS
Result
Run
License
<i> Hover over the text 'cydemy'.</i> <p><a href="https://www.cydemy.com" target="_blank">Cydemy</a> serves online video lecture content.</p>
p { font-size: 20px; } p > a::after { content: attr(href); display: none; position: absolute; padding: 10px 20px; background: #000; color: #FFF; border-radius: 20px / 50%; } p > a:hover::after { display: block; }
Console
expand_less
License
License
by DevDic
Close