Skip to content

常用 css 片段

absolute 居中对齐

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