Fixed Scrolling Backgrounds

Developer
Size
1,749 Kb
Views
14,168

How do I make an fixed scrolling backgrounds?

What is a fixed scrolling backgrounds? How do you make a fixed scrolling backgrounds? This script and codes were developed by Patrick on 21 November 2022, Monday.

Fixed Scrolling Backgrounds Previews

Fixed Scrolling Backgrounds - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Fixed Scrolling Backgrounds</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="area1">area 1</div>
<div class="area2">area 2</div>
<div class="area3">area 3</div>
<div class="area4">area 4</div>
<div class="area5">area 5</div>
<div class="area6">area 6</div>
<div class="area7">area 7</div>
<div class="area8">area 8</div>
<div class="area9">area 9</div>
</body>
</html>

Fixed Scrolling Backgrounds - Script Codes CSS Codes

body { margin: 0; }
[class^="area"]	{ box-sizing: border-box; height: 400px; padding: 50px; color: #fff; font: bold 18px helvetica, arial; background-attachment: fixed; background-size: cover; }	.area1	{ background-image: url("http://farm1.staticflickr.com/24/43700613_bd6b796b30_o.jpg"); }	.area2	{ background-image: url("http://farm1.staticflickr.com/29/64962987_33d4824545_b.jpg"); }	.area3	{ background-image: url("http://farm1.staticflickr.com/27/58434681_5a317d42a5_o.jpg"); }	.area4	{ background-image: url("http://farm1.staticflickr.com/33/54312004_628b1a0e60_o.jpg"); }	.area5	{ background-image: url("http://farm1.staticflickr.com/26/54312039_a393d2a34d_o.jpg"); }	.area6	{ background-image: url("http://farm1.staticflickr.com/35/68271208_cafe9fc9f1_o.jpg"); }	.area7	{ background-image: url("http://farm1.staticflickr.com/33/48404070_a5f4fa4bca_o.jpg"); }	.area8	{ background-image: url("http://farm1.staticflickr.com/27/44941516_9d5594b081_o.jpg"); }	.area9	{ background-image: url("http://farm1.staticflickr.com/23/40079613_8939a7c074_o.jpg"); }
Fixed Scrolling Backgrounds - Script Codes
Fixed Scrolling Backgrounds - Script Codes
Home Page Home
Developer Patrick
Username hinducows
Uploaded November 21, 2022
Rating 3.5
Size 1,749 Kb
Views 14,168
Do you need developer help for Fixed Scrolling Backgrounds?

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!

Patrick (hinducows) Script Codes
Create amazing blog posts 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!