틀:Project81/styles.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
4번째 줄: 4번째 줄:
   width: 100%;
   width: 100%;
   height: 100vh;
   height: 100vh;
   background: #000;
   background: #141414;
   display: inherit;
   display: inherit;
   justify-content: center;
   justify-content: center;

2025년 5월 21일 (수) 21:56 판

.WW-bg  {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #141414;
  display: inherit;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  
  z-index:-3;
}

.text-hover {
  display: inline-block;
  padding: 4px 8px;  
  transition: box-shadow 0.3s ease;
}

.text-hover:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}