2023-10-11
因为每次做网站的时候都需要参考 Tailwind CSS,所以将常用的粘贴在这里,以供参考:
text-base text-lg text-3xl
https://tailwindcss.com/docs/font-size
text-red-700
https://tailwindcss.com/docs/text-color
text-center text-left
https://tailwindcss.com/docs/text-align
font-bold
https://tailwindcss.com/docs/font-weight
输入框input去边框
focus:outline-none
https://tailwindcss.com/docs/hover-focus-and-other-states