This site uses cookies. By continuing to browse the site you are agreeing to our use of cookies.
Tag: css
Typing effect using CSS
CSS is powerful, you can do a lot of things without JS, also it's important because it controls all design-related aspects of your...
How to make custom scrollbars with CSS
Customizing scrollbars is pretty easy using the vendor prefixed properties such as ::webkit-scrollbar and they use Shadow DOM.