跳到主要内容

TailwindCSS

官网:https://tailwindcss.com/docs/installation

好用的代码块:https://tailblocks.cc/

Tailscan主页:https://tailscan.com/

随机图片使用:https://unsplash.com/join

原始地址:https://dummyimage.com/720x400

替换:https://source.unsplash.com/$1x2$/book

好用的网站:https://geteles.com/

字体:

  • 加粗:font-bold
  • 字号:text-4xl

布局:

  • flex布局:flex
  • 两侧:justify-between
  • 居中:items-center
  • 子元素间距:gap-4

阴影:

  • shadow-sm

内边距:

  • 左右:px-5
  • 上下:py-3

外边距:

  • 统一:m
  • 上右下左:m-t/r/b/l