알면 좋은 css 속성들 (대부분 IE에서 안 먹힘)
mix-blend-mode, background-clip: text 텍스트에 다채로운 효과 https://codepen.io/amit_sheen/pen/wverzMR scroll-snap-type 스크롤과 화면을 제어 https://css-tricks.com/almanac/properties/s/scroll-snap-type/ position: relative (부모) > position: sticky (자식) 엑셀의 행이나 열을 고정할때 처럼 테이블을 구현 https://codepen.io/scottjehl/pen/abJrPOP?editors=1100