Subscribe to our newsletter
Join to receive updates, exclusive promotions, and early access to previews of our upcoming courses.Your information will never be shared with any third party.
- Login
- Sign Up
body::-webkit-scrollbar {
width: 7px;
}
body::-webkit-scrollbar-track {
border-radius: 10px;
background: #f0f0f0;
}
body::-webkit-scrollbar-thumb {
border-radius: 50px;
background: #dfdbdb
}