:붉은 깃발/styles.css

Cd (토론 | 기여)님의 2025년 7월 21일 (월) 11:20 판 (새 문서: .red-flag-bg { position: fixed; width: 100%; height: 100vh; background: #8B0000; top: 0px; left: 0px; display: inherit; justify-content: center; align-items: center; overflow: hidden; z-index: -100; })
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
.red-flag-bg  {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #8B0000;
  top: 0px;
  left: 0px;
  display: inherit;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: -100;
}