틀:와르샤와/styles.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
2번째 줄: 2번째 줄:
   display: inline-block;
   display: inline-block;
   overflow: hidden;
   overflow: hidden;
   width: 200px;
   width: 232.75px;
   height: 300px;
   height: 340px;
   border-radius: 5px;
   border-radius: 20px;
}
}


16번째 줄: 16번째 줄:
   display: inline-block;
   display: inline-block;
   overflow: hidden;
   overflow: hidden;
   width: 200px;
   width: 300px;
   height: 280px;
   height: 340px;
   border-radius: 5px;
   border-radius: 20px;
  transform: scale(0.95);
  transition: .2s ease-out;
}
}

2023년 12월 30일 (토) 12:57 판

.losiacard {
  display: inline-block;
  overflow: hidden;
  width: 232.75px;
  height: 340px;
  border-radius: 20px;
}

.losiacard:hover{
  z-index:3;
  margin-left: auto;
  margin-right: auto;
}
   
.losiacard img {
  display: inline-block;
  overflow: hidden;
  width: 300px;
  height: 340px;
  border-radius: 20px;
}