,

Create Parallax Scrolling with only 8 Lines of Code! šŸŒŸ #programming #webdev #parallaxscrolling

Posted by

.parallax {
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 100vh;
}

Welcome to Parallax Scrolling

Experience the magic of parallax scrolling with just 8 lines of code! #react #nextjs #framermotion