Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
How to achieve smooth scrolling with CSS?
Home
CSS
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;
}
...