Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

smooth scroll css

html {
  scroll-behavior: smooth;
}
 
:target {
  scroll-margin-top: 15em;
}
Source by desenvolvimentoparaweb.com #
 
PREVIOUS NEXT
Tagged: #smooth #scroll #css
ADD COMMENT
Topic
Name
5+3 =