យើងសិក្សាពណ៌នៃ tailwind វាមានស្មុកស្មាញបន្ទិច ហើយនេះគឺលីងអំពីការចែកពណ៌របស់វា Customizing Colors
Text Color
Text background-color
Text underline
<p class="text-sky-400">Text Color</p> <p class="bg-emerald-300">Text background-color</p> <p class="underline decoration-yellow-300">Text underline</p>
<input type="text" class="border border-blue-300"> <input type="text" class="border border-black rounded">

<div class="divide-y divide-pink-400"> <div>divide 1</div> <div>divide 2</div> <div>divide 3</div> <div>divide 4</div> </div>
0 Comments