Page Curl Effect
How do I make an page curl effect?
Trying out the page curl effect from http://matthamm.com/box-shadow-curl.html. What is a page curl effect? How do you make a page curl effect? This script and codes were developed by Jeya Karthika on 28 November 2022, Monday.
Page Curl Effect - Script Codes HTML Codes
<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Page Curl Effect</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <ul class="box"> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li>
</ul>
</body>
</html>
Page Curl Effect - Script Codes CSS Codes
body { background: #c0392b;
}
ul.box {
position: relative;
z-index: 1; /* prevent shadows falling behind containers with backgrounds */
overflow: hidden;
list-style: none;
margin: 0;
padding: 0; }
ul.box li {
position: relative;
float: left;
width: 250px;
height: 150px;
padding: 0;
border: 1px solid #efefef;
margin: 0 30px 30px 0;
background: #e74c3c;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; }
ul.box li:before,
ul.box li:after {
content: '';
z-index: -1;
position: absolute;
left: 10px;
bottom: 10px;
width: 70%;
max-width: 300px; /* avoid rotation causing ugly appearance at large container widths */
max-height: 100px;
height: 55%;
-webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
-webkit-transform: skew(-15deg) rotate(-6deg);
-moz-transform: skew(-15deg) rotate(-6deg);
-ms-transform: skew(-15deg) rotate(-6deg);
-o-transform: skew(-15deg) rotate(-6deg);
transform: skew(-15deg) rotate(-6deg); }
ul.box li:after {
left: auto;
right: 10px;
-webkit-transform: skew(15deg) rotate(6deg);
-moz-transform: skew(15deg) rotate(6deg);
-ms-transform: skew(15deg) rotate(6deg);
-o-transform: skew(15deg) rotate(6deg);
transform: skew(15deg) rotate(6deg); }

Developer | Jeya Karthika |
Username | jeyakarthika |
Uploaded | November 28, 2022 |
Rating | 3 |
Size | 1,862 Kb |
Views | 26,299 |
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 |
CSS Patterned Text | 1,713 Kb |
Drop-Cap | 2,437 Kb |
Gradient Text | 1,613 Kb |
Pure CSS3 menu | 1,675 Kb |
CSS Loader | 2,323 Kb |
Highlighting Selected Text | 1,673 Kb |
Color-ful gradient stripes | 1,441 Kb |
Rails Girls Bootstrap Demo | 1,168 Kb |
CSS3 Columns | 2,669 Kb |
Subscription Form | 2,069 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 |
Clock with full screen background | Owebboy | 2,415 Kb |
Prototype Responsive Homepage | Heyitsolivia | 7,677 Kb |
Flexbox playground | Enxaneta | 5,418 Kb |
Heartbeat | Apetrov | 2,079 Kb |
React Markdown Previewer | C0d0er | 3,190 Kb |
Brian The CSS Bee | Jonitrythall | 3,922 Kb |
Simple animated hover effect | Pobee-norris | 3,044 Kb |
Test | Dviate | 2,668 Kb |
Animate elements with fixed gradient | Badabam | 4,406 Kb |
Pure CSS Animated Photo Stack | Depthdev | 2,486 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!