Parallax slider

Developer
Size
1,936 Kb
Views
4,048

How do I make an parallax slider?

What is a parallax slider? How do you make a parallax slider? This script and codes were developed by Maharajan on 26 January 2023, Thursday.

Parallax slider Previews

Parallax slider - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>parallax slider</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="container">
<div class="images imageslide1"> <h1>Welcome to color</h1>
</div> <div class="images imageslide2"> <h1>Welcome to conference </h1>
</div> <div class="images imageslide3"> <h1>Welcome to city</h1>
</div> <div class="images imageslide4"> <h1>Welcome to knowledge</h1>
</div>
</div>
</body>
</html>

Parallax slider - Script Codes CSS Codes

body { background: red; height: 100vh; width: 100%; position: relative; display: inline-block; overflow-x: hidden; margin: 0px;
}
.images
{ height: 425px; width: 100%; display: table;
}
.images:nth-of-type(1)
{ background:url('https://linkedinimagesdotcom.files.wordpress.com/2016/04/texture_pencils_01_1400x425.jpg') no-repeat; background-attachment:fixed; background-size: 100% 100%;
}
.images:nth-of-type(2)
{ background:url('https://img.clipartfest.com/53ecf77a5d1235c885c4a87e618ff952_free-background-images-for-linkedin-background-clipart-1400-x-425_1400-425.jpeg') no-repeat; background-attachment:fixed; background-size: 100% 100%;
}
.images:nth-of-type(3)
{ background:url('https://media.licdn.com/mpr/mpr/AAEAAQAAAAAAAAdMAAAAJDZiNjA2MDk2LTFiODItNDk1My04NDM4LWYyNWM4M2U4MjVkYw.jpg') no-repeat; background-attachment:fixed; background-size: 100% 100%;
}
.images:nth-of-type(4)
{ background:url('http://freelinkedinbackgrounds.com/wp-content/uploads/2015/01/Technology-008.jpg') no-repeat; background-attachment:fixed; background-size: 100% 100%;
}
h1 { display: table-cell; vertical-align: middle; text-align: center; color: #fff;
}
Parallax slider - Script Codes
Parallax slider - Script Codes
Home Page Home
Developer Maharajan
Username mhrjnsa1
Uploaded January 26, 2023
Rating 3
Size 1,936 Kb
Views 4,048
Do you need developer help for Parallax slider?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Maharajan (mhrjnsa1) Script Codes
Create amazing Facebook ads with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!