Parallax with only CSS
How do I make an parallax with only css?
Parallax with only CSS. What is a parallax with only css? How do you make a parallax with only css? This script and codes were developed by Thulio Philipe on 09 January 2023, Monday.
Parallax with only CSS - Script Codes HTML Codes
<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Parallax with only CSS</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <!-- Four containers for setting the background images -->
<div class="parallax"> <div class="bg__foo">foo</div> <div class="bg__bar">bar</div> <div class="bg__baz">baz</div> <div class="bg__bazz">bazz</div>
</div>
<!--Demo:
http://davidwalsh.name/parallax--> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>
Parallax with only CSS - Script Codes CSS Codes
[class*="bg__"] { height: 50vh; text-indent: -9999px; /* fix background */ background-attachment: fixed; /* center it */ background-position: center center; /* Scale it nicely to the element */ background-size: cover; /* just make it look a bit better ;) */
}
[class*="bg__"]:nth-child(2n) { box-shadow: inset 0 0 1em #111;
}
.bg__foo { background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/30354/parallax1.jpg);
}
.bg__bar { background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/30354/parallax2.jpg);
}
.bg__baz { background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/30354/parallax3.jpg);
}
.bg__bazz { height: 100vh; background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/30354/parallax1.jpg);
}

Developer | Thulio Philipe |
Username | thulioph |
Uploaded | January 09, 2023 |
Rating | 3 |
Size | 2,297 Kb |
Views | 8,092 |
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!
Name | Size |
Filter mixitup | 2,109 Kb |
Google static map to Base64 | 2,058 Kb |
Parallax | 2,119 Kb |
Animated paths - Google Maps | 2,841 Kb |
Slideshow only with sass | 2,891 Kb |
Parallax with only CSS3 | 3,456 Kb |
A Pen by Thulio Philipe | 3,941 Kb |
Utilizando o Cycle | 1,846 Kb |
Usando sharre | 1,897 Kb |
Menu - Forks Meal Planner | 5,432 Kb |
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!
Name | Username | Size |
Simple Login Form | JoshBlackwood | 4,418 Kb |
Ball physics | Blackkbot | 3,874 Kb |
Portfolio Landing Page | FDfranklin | 3,585 Kb |
Fun animations with CSS3 | Minimalmonkey | 2,360 Kb |
A Pen by Tosh | Panev | 2,586 Kb |
The CodePen Logo | Kindofone | 4,259 Kb |
AngularJS Datalist Directive | M-e-conroy | 2,366 Kb |
Pericles mi loro... | Judag | 4,125 Kb |
Disable JavaScript execution from console | Ludviglindblom | 2,534 Kb |
Adding Items | Valhead | 4,008 Kb |
Surf anonymously, prevent hackers from acquiring your IP address, send anonymous email, and encrypt your Internet connection. High speed, ultra secure, and easy to use. Instant setup. Hide Your IP Now!