:Luke/styles.css

Cd (토론 | 기여)님의 2025년 7월 12일 (토) 17:56 판 (새 문서: .testcard { display: inline-block; width: 150px; height: auto; transform: scale(0.97); transition: transform 0.2s ease-out; margin: 4px; } .testcard:hover { transform: scale(1); } #toc .tocnumber { color: #E23D5C; →‎원하는 색으로 변경: } .testcard { display: inline-block; width: 150px; height: auto; transform: scale(0.97); transition: transform 0.2s ease-out; margin: 4px; } .testcard:hover { transform: scale(1); } #toc .tocnumber {...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
.testcard {
  display: inline-block;
  width: 150px;
  height: auto;
  transform: scale(0.97);
  transition: transform 0.2s ease-out;
  margin: 4px;
}

.testcard:hover {
  transform: scale(1);
}

#toc .tocnumber {
  color: #E23D5C; /* 원하는 색으로 변경 */
}
.testcard {
  display: inline-block;
  width: 150px;
  height: auto;
  transform: scale(0.97);
  transition: transform 0.2s ease-out;
  margin: 4px;
}

.testcard:hover {
  transform: scale(1);
}

#toc .tocnumber {
  color: #E23D5C; /* 원하는 색으로 변경 */
}