Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Text Decoration 4 reference: text-decoration-inset percentage with b-d-b slice</title>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
<style>
body { background: white; color: black; font: 20px/2 Ahem; }
u {
text-decoration-line: underline;
text-decoration-color: blue;
text-decoration-thickness: 2px;
text-underline-offset: 5px;
}
</style>
<div style="width: 100px;">
<p>a<u>bcde fgh</u>ij</p>
</div>