이미지1 [JS] SVG 이미지 이용한 별점 기능 제작 (0.1 단위) // 그누보드의 최근게시물 기능에 이용하기 위해 작성하였다. .rating-wrap{ padding: 10px; display: flex; } .rating { display: flex; align-items: center; position: relative; } .starcolor{ fill: #1976d2; } .overlay { background-color: #000; opacity: 0.5; position: absolute; top: 0; right: 0; bottom: 0; z-index: 1; transition: all 0.3s ease-in-out; } @supports (mix-blend-mode: color) { .overlay{ mix-blend-mode: color; opacit.. 2023. 3. 16. 이전 1 다음