Stack of papers

Developer
Size
1,569 Kb
Views
8,096

How do I make an stack of papers?

Practising a trick from http://css-tricks.com/snippets/css/stack-of-paper/. What is a stack of papers? How do you make a stack of papers? This script and codes were developed by Jeya Karthika on 28 November 2022, Monday.

Stack of papers Previews

Stack of papers - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Stack of papers</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="papers"></div>
</body>
</html>

Stack of papers - Script Codes CSS Codes

body { background: #c0392b;
}
.papers { background-color: #fff; height: 200px; padding: 20px; width: 150px; position: relative; margin: 150px auto 100px; -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, .3), 3px 3px 0 #fff, 4px 4px 0 rgba(0, 0, 0, .2), 6px 6px 0 #fff, 7px 7px 0 rgba(0, 0, 0, .1), 9px 9px 0 #fff, 10px 10px 0 rgba(0, 0, 0, .1); -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, .3), 3px 3px 0 #fff, 4px 4px 0 rgba(0, 0, 0, .2), 6px 6px 0 #fff, 7px 7px 0 rgba(0, 0, 0, .1), 9px 9px 0 #fff, 10px 10px 0 rgba(0, 0, 0, .1); box-shadow: 1px 1px 0 rgba(0, 0, 0, .3), 3px 3px 0 #fff, 4px 4px 0 rgba(0, 0, 0, .2), 6px 6px 0 #fff, 7px 7px 0 rgba(0, 0, 0, .1), 9px 9px 0 #fff, 10px 10px 0 rgba(0, 0, 0, .1);
} 
Stack of papers - Script Codes
Stack of papers - Script Codes
Home Page Home
Developer Jeya Karthika
Username jeyakarthika
Uploaded November 28, 2022
Rating 3
Size 1,569 Kb
Views 8,096
Do you need developer help for Stack of papers?

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!

Jeya Karthika (jeyakarthika) Script Codes
Create amazing web content 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!