Skip to content

常用 css 片段

absolute 居中对齐

css
.absolute-center {
  @apply absolute left-[50%] translate-x-[-50%];
}
2025( )
今日 20.83%
本周 42.86%
本月 10.00%
本年 67.40%
Powered by Snowinlu | Copyright © 2024- | MIT License