Login
Remember
Register
Ask a Question
How to achieve smooth scrolling with CSS?
0
votes
asked
Aug 17, 2023
in
CSS
by
GeorgeBell
How to achieve smooth scrolling with CSS?
css-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 17, 2023
by
GeorgeBell
CSS tip:
-using scroll-behavior:smooth
Html{
scroll-behavior:smooth;
}
...