文本下划线生成器

支持组合字符
预览与导出
点击这里添加下划线
生成代码
CSS
.underline-style { text-decoration-line: underline; text-decoration-style: solid; text-decoration-color: #6750A4; text-decoration-thickness: 1px; text-underline-offset: 3px; color: #1C1B1F; }
HTML
<span class="underline-style">...</span>
已复制到剪贴板