Answers for "scrolling to some hash javascript"

0

how to add scroll to div onclick

.first {
    width: 100%;
    height: 1000px;
    background: #ccc;
}

.second {
    width: 100%;
    height: 1000px;
    background: #999;
}
Posted by: Guest on November-22-2020

Code answers related to "scrolling to some hash javascript"

Browse Popular Code Answers by Language