Text Decoration Utilities for controlling the decoration of text. Quick reference Class Properties underlinetext-decoration-line: underline; overlinetext-decoration-line: overline; line-throughtext-decoration-line: line-through; no-underlinetext-decoration-line: none;...
CSS的text-decoration属性用于对文本内容进行装饰或修饰,比如常见的上划线、下划线、删除线等。 text-decoration:none | underline | overline | line-through | blink | inherit; Tailwind提供了常用的文本装饰工具类 文本转换(text transform) CSS提供的text-transform属性用于改变元素中的字母大小写 text-transform:non...
Tailwind offers basic text decoration classes such asunderline,line-through, andno-underline. These classes are self-explanatory and can be used to add underlines, strike-throughs, or remove text decorations, respectively. For example: This text is underlined. This text has a line through it. T...
Text Opacity 用于设置元素颜色的透明度 Utilities for controlling the opacity of an element's text color. .text-opacity-amount Text Decoration 用于设置字体装饰 Utilities for controlling the decoration of text. .underline 下划线 .line-through 划线 .no-underline 没有划线 Text Transform 用于对字体进行简单...
decoration-0: This class removes any text decoration thickness, resulting in no visible underline or line-through. decoration-1: This class applies a thin text decoration with a thickness of 1 pixel. decoration-2: This class applies a medium text decoration with a thickness of 2 pixels. decora...
Text with dotted underline. Text with dashed underline. Text with wavy underline. Print Page Previous Next AdvertisementsTOP TUTORIALS Python Tutorial Java Tutorial C++ Tutorial C Programming Tutorial C# Tutorial PHP Tutorial R Tutorial HTML Tutorial CSS Tutorial JavaScript Tutorial SQL ...
decoration-inherittext-decoration-color:inherit; decoration-currenttext-decoration-color:currentColor; decoration-transparenttext-decoration-color:transparent; decoration-blacktext-decoration-color:#000; decoration-whitetext-decoration-color:#fff; decoration-slate-50text-decoration-color:#f8fafc; ...
UlColor Red 500 UlColor Green 500 边框颜色:border border-[color]-[shade] border:添加边框 间隔颜色:divide-[direct] divide-[color]-[shade] divide-[direct]:添加分隔,direct 表示分隔方向,取值 x-横向、y-纵向 Item 1 Item 2 Item 3 轮廓线颜色...
Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter ...
textDecoration The text-decoration utilities like line-through textOpacity The text-opacity utilities like textOverflow The text-overflow utilities like overflow-ellipsis textTransform The text-transform utilities like lowercase transform The transform utility (for enabling transform features) transformOrigin...