Skip to content

Commit

Permalink
슬라이드 css 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yachaechae committed Oct 30, 2023
1 parent 976da75 commit ab73779
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion slide.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@
.slideimg {
position: relative;
width: 100%;
height: 100%;
height: 46rem;
opacity: 100%;
border-radius: 23px;
filter: brightness(50%);
object-fit: cover;
object-position: 0 calc(50% + -35%);
}
.image_title {
font-family: "Do Hyeon", sans-serif;
Expand Down Expand Up @@ -59,6 +61,7 @@
.slideitem {
position: absolute;
opacity: 0;
width: 100%;
}
ul,
li {
Expand Down

0 comments on commit ab73779

Please sign in to comment.