background-image 가 있는 요소의 이미지를 뿌옇게...blur 블러

ooz·2021년 6월 2일
0

스터디

목록 보기
14/18
.background {
  background: url("https://images....")
    no-repeat center center/cover;  
  filter: blur(20px);
}

filter 속성에 blur 값을 준다.

profile
사는 것도 디버깅의 연속. feel lucky to be different🌈 나의 작은 깃허브는 https://github.com/lyj-ooz

0개의 댓글