Single Element Stacked Paper

Developer
Size
2,072 Kb
Views
14,168

How do I make an single element stacked paper?

What is a single element stacked paper? How do you make a single element stacked paper? This script and codes were developed by Alex Pate on 24 November 2022, Thursday.

Single Element Stacked Paper Previews

Single Element Stacked Paper - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Single Element Stacked Paper</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="paper">
</div>
</body>
</html>

Single Element Stacked Paper - Script Codes CSS Codes

html,
body { min-height: 100%; background: #eee;
}
.paper { background: #fff; box-shadow: 0 0 2px rgba(0, 0, 0, 0.34); height: 400px; margin: 50px auto 0 auto; position: relative; width: 450px;
}
.paper:before, .paper:after { background: #fff; box-shadow: 0 0 2px rgba(0, 0, 0, 0.34); content: ''; height: 100%; position: absolute; -webkit-transform: rotate(3deg); transform: rotate(3deg); -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; width: 100%; z-index: -1;
}
.paper:after { box-shadow: 0 0 2px rgba(0, 0, 0, 0.34); left: 0; top: 0; -webkit-transform: rotate(1deg); transform: rotate(1deg);
}
.paper:hover:after, .paper:hover:before { box-shadow: none; -webkit-transform: rotate(0deg); transform: rotate(0deg);
}
Single Element Stacked Paper - Script Codes
Single Element Stacked Paper - Script Codes
Home Page Home
Developer Alex Pate
Username alexpate
Uploaded November 24, 2022
Rating 3.5
Size 2,072 Kb
Views 14,168
Do you need developer help for Single Element Stacked Paper?

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!

Alex Pate (alexpate) Script Codes
Create amazing video scripts 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!