코딩 공부/HTML

css 로 네온사인 효과 주기

hg_96 2022. 5. 18. 15:54

https://codersblock.com/blog/creating-glow-effects-with-css/

 

Creating Glow Effects with CSS

The CSS box-shadow property is deceptively awesome. When used “traditionally”, it’s a simple way to add a shadow effect to an element. I use this for images in...

codersblock.com

 

여기 링크에서 필요한 부분만 떼오면

box-shadow: inset 0 0 10px #fff, 0 0 10px #9ecaed
이 속성이 바로 안쪽과 바깥쪽 네온사인 효과를 주는데 핵심 요소이다