Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.test {
line-height: 2em;
font-size: 40px;
color: green;
text-decoration-thickness: 20px;
}
</style>
<body>
<div class="test" style="text-decoration: underline">AAAA</div>
<div class="test" style="text-decoration: line-through">AAAA</div>
<div class="test" style="text-decoration: overline">AAAA</div>
</body>