<divclass="mt-20"><h2class="text-center text-4xl">Text Color</h2><divclass="grid grid-cols-2 gap-4"><div><h1class="font-semibold text-gray-200">This is text-gray-200</h1><h1class="font-semibold text-gray-600">This is text-gray-600</h1><h1class="font-semibold text-red-200...
仅仅是这种样式:text-center(text-align: center)、p-4(padding: 1rem; /* 16px */)。一个类名代表了一个样式属性,貌似提供不了多大的便利,而且刚开始用,不熟悉的语法还需要对照文档去找,有些麻烦 复杂样式,比如这种样式:比如一个 grid-cols-3 和 shadow : /* 三等分的 Grid 属性 */ .grid-cols-3...
很明显第二种更直观的看出不同元素之间的position关系,Tailwind 写在模板,时间久了得来回翻看;Tailwind...
.bg-blue { background-color: rgb(81, 191, 255); } .bg-green { background-color: rgb(81, 255, 90); } .text-underline { text-decoration: underline; } .text-center { text-align: center; } .font-weight-400 { font-weight: 400; } 然后在 HTML 文件中使用它,如下所示: <!DOCTYPE ...
text-centertext-align:center; text-righttext-align:right; text-justifytext-align:justify; text-starttext-align:start; text-endtext-align:end; Basic usage Setting the text alignment Use thetext-left,text-center,text-right, andtext-justifyutilities to control the text alignment of an elem...
.bg-blue{background-color:rgb(81,191,255);}.bg-green{background-color:rgb(81,255,90);}.text-underline{text-decoration:underline;}.text-center{text-align:center;}.font-weight-400{font-weight:400;} 将该CSS 引入 HTML 后如下所示
align-text-top:文本顶部对齐 align-text-bottom:文本底部对齐 以上对齐类一般在和flex一起使用,例如: <div class="flex items-center justify-center h-48 bg-gray-200"> <div class="h-8 w-8 bg-red-500 flex items-center justify-center"> <p class="text-white text-xs">ABC</p> </div> <p...
text-align:left | center | right | justify | justify-all | inherit; text-align的默认值取决于direction方向属性,如果direction属性为ltr则默认值为left。如果direction属性为rtl则为right。 Tailwind提供了基于.text-前缀的工具类用于设置text-align属性 ...
<div className="bg-marine-blue-800 border-marine-blue-500 border-2 text-white text-center py-12 lg:py-20 px-12 md:px-16 lg:px-24 rounded-3xl"> <h1 className="capitalize font-black leading-tight my-4"> Connect your wallet </h1> <button className="flex items-center font-bold upper...
uno-qlmcrp"> <div class="uno-0qw2gr"/> </div> .uno-qlmcrp {text-align: center; }...