html+css

스크롤시 부드럽게 전환하는법

momomoo 2024. 5. 8. 00:29
html {
  /* 스크롤시 부드럽게 내려감 */
  scroll-behavior: smooth;
}