How to add background image parallax with one line of CSS
Sometimes, you want to create a parallax effect on background images ( see demo ) without using libraries that bloat your codebase. This neat little CSS trick will help you achieve this.
I have created this little HTML to demonstrate this.
<body>
...
lady_catheryn.hashnode.dev1 min read