Tailwind CSS 备忘单
布局
Utility Class | Description |
---|---|
container | Centers the content. |
block / inline-block | Block-level or inline-block. |
flex / grid | Flexbox or Grid layout. |
flex-col / flex-row | Flex direction column/row. |
items-center | Align items vertically. |
justify-center | Align items horizontally. |
gap-1 - gap-12 | Spacing between items. |
间距
Utility Class | Description |
---|---|
m-{size} | Margin: mt, mb, ml, mr. |
p-{size} | Padding: pt, pb, pl, pr. |
{size} options | 0, px, 1 - 96, etc. |
版式
Utility Class | Description |
---|---|
text-{size} | Font size (e.g., text-sm). |
font-bold | Bold text. |
font-medium | Medium text. |
font-light | Light text. |
text-left / text-center / text-right | Text alignment. |
text-gray-500 | Text color. |
背景
Utility Class | Description |
---|---|
bg-{color} | Background color. |
bg-gradient-to-r | Gradient from left to right. |
bg-opacity-{value} | Background transparency. |
边框
Utility Class | Description |
---|---|
border | Default border width. |
border-{color} | Border color. |
rounded / rounded-{size} | Rounded corners. |
阴影
Utility Class | Description |
---|---|
shadow-sm | Small shadow. |
shadow-md | Medium shadow. |
shadow-lg | Large shadow. |
shadow-none | No shadow. |
尺码
Utility Class | Description |
---|---|
w-{size} / h-{size} | Width/Height (full, auto, percentages). |
max-w-{size} | Maximum width. |
min-h-{size} | Minimum height. |
弹性盒对齐
Utility Class | Description |
---|---|
justify-start | Align items at the start. |
justify-between | Space between items. |
items-start | Align items top. |
定位
Utility Class | Description |
---|---|
absolute / relative | Positioning modes. |
top-{value} / left-{value} | Offset values. |
z-{value} | Z-index (stacking). |
颜色
Class Examples | Description |
---|---|
text-blue-500 | Blue text color. |
bg-green-300 | Green background color. |
border-red-400 | Red border color. |
转场和动画
以上是Tailwind CSS 备忘单的详细内容。更多信息请关注PHP中文网其他相关文章!
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn

热AI工具

Undresser.AI Undress
人工智能驱动的应用程序,用于创建逼真的裸体照片

AI Clothes Remover
用于从照片中去除衣服的在线人工智能工具。

Undress AI Tool
免费脱衣服图片

Clothoff.io
AI脱衣机

Video Face Swap
使用我们完全免费的人工智能换脸工具轻松在任何视频中换脸!

热门文章
刺客信条阴影:贝壳谜语解决方案
1 个月前
By DDD
Windows 11 KB5054979中的新功能以及如何解决更新问题
3 周前
By DDD
在哪里可以找到原子中的起重机控制钥匙卡
1 个月前
By DDD
如何修复KB5055523无法在Windows 11中安装?
2 周前
By DDD
Inzoi:如何申请学校和大学
3 周前
By DDD

热工具

记事本++7.3.1
好用且免费的代码编辑器

SublimeText3汉化版
中文版,非常好用

禅工作室 13.0.1
功能强大的PHP集成开发环境

Dreamweaver CS6
视觉化网页开发工具

SublimeText3 Mac版
神级代码编辑软件(SublimeText3)

关于Flex布局中紫色斜线区域的疑问在使用Flex布局时,你可能会遇到一些令人困惑的现象,比如在开发者工具(d...
