틀:대한의 미래/style.css: 두 판 사이의 차이

(새 문서: .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; })
 
(문서를 비움)
태그: 비우기
 
1번째 줄: 1번째 줄:
.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;
}

2024년 4월 20일 (토) 21:05 기준 최신판