Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<meta charset="utf-8">
<title>text-decoration-thickness invalidation reference</title>
<style>
:link {
text-decoration: underline;
text-decoration-thickness: 3px;
}
</style>
<div style="font-size: 28px;">
<a href="#" id="link">Hover over this link, and check if the text-decoration-thickness increases.</a>
</div>
</html>