연습장4

Admin (토론 | 기여)님의 2025년 10월 13일 (월) 10:07 판 (새 문서: {{#css: #loading-screen { position: fixed; top:0; left:0; width:100%; height:100%; background:#003973; display:flex; align-items:center; justify-content:center; animation:fadeOut 3s ease-in-out forwards; z-index:9999; } @keyframes fadeOut { 0% { opacity: 1; } 80% { opacity: 1; } 100% { opacity: 0; visibility: hidden; } } </style> }} <div id="loading-screen"> <div class="logo">400px|center|link=|class=moving-image {{글...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

{{#css:

  1. loading-screen {
 position: fixed;
 top:0;
 left:0;
 width:100%;
 height:100%;
 background:#003973;
 display:flex;
 align-items:center;
 justify-content:center;
 animation:fadeOut 3s ease-in-out forwards;
 z-index:9999;

}

@keyframes fadeOut {

 0% { opacity: 1; }
 80% { opacity: 1; }
 100% { opacity: 0; visibility: hidden; }

} </style> }}