반응형 mouse over1 [animation] 간단한 애니메이션 효과 .box{position:relative; width:260px; height:300px; background-color:orangered;/*background:url(이미지 주소) no-repeat;*/} .box:before{content:""; position:absolute; left:0; top:0; width:100%; height:100%; background-color:rgba(0,0,0,.6); /*background:url(이미지 주소) no-repeat;*/ opacity:0; transition:0.5s all;} .box:after{content:"+"; position:absolute; bottom:20px; left:50%; transform:translateX(-50%); .. 2020. 4. 30. 이전 1 다음 반응형