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

편집 요약 없음
편집 요약 없음
19번째 줄: 19번째 줄:
   height: 340px;
   height: 340px;
   border-radius: 20px;
   border-radius: 20px;
  max-width: 1000%;
}
}

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

.losiacard {
  display: inline-block;
  overflow: hidden;
  width: 200px;
  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;
  max-width: 1000%;
}