Skip to content

Background Color

<https://www.tailwindcss.cn/docs/background-color>

用法

ClassProperties
bg-inheritbackground-color: inherit;
bg-currentbackground-color: currentColor;
bg-transparentbackground-color: transparent;
bg-blackbackground-color: rgb(0 0 0);
bg-whitebackground-color: rgb(255 255 255);

更多颜色参考 color 那章,直接看官网

共 20 个模块,1301 篇 Markdown 文档。