:대한의 미래/style.css

김하마 (토론 | 기여)님의 2024년 4월 20일 (토) 21:02 판 (새 문서: .BG1 { position: fixed; width: 100%; height: 100vh; background-repeat: repeat-y; display: inherit; justify-content: center; align-items: center; overflow: hidden; z-index:-3; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .main-window { position: fixed; top: 0; right: 0; width: 100%; height: 100%; z-index: 999999; })
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
.BG1  {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-repeat: repeat-y;
  display: inherit;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index:-3;
 -webkit-user-select: none;
 -moz-user-select: none;
  user-select: none;
}
.main-window {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
}