Paper like css box shadow

Developer
Size
3,221 Kb
Views
4,048

How do I make an paper like css box shadow?

What is a paper like css box shadow? How do you make a paper like css box shadow? This script and codes were developed by Iharosi on 13 January 2023, Friday.

Paper like css box shadow Previews

Paper like css box shadow - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>paper like css box shadow</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ /** * paper like css box shadow */
body { background: #f0f0f0; min-height: 100%;
}
p { margin: 10px;
}
div { position: relative; padding: 5px 10px; background-color: white; margin: 60px auto; font: normal 12px/21px sans-serif; color: #444;
}
div.wide { width: 80%;
}
div.narrow { width: 30%;
}
div:before, div:after { content: ''; position: absolute; left: 0; box-shadow: 0 0 10px black; border-radius: 50%; width: 100%; height: 20px; display: none;
}
div.top-shadow:before { display: block; top: 0px; clip: rect(-40px auto 0 auto);
}
div.bottom-shadow:after { display: block; bottom: 0px; clip: rect(20px auto 40px auto);
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div class="wide bottom-shadow">	<p>Hey, not too early I sleep in on Saturday. Oh, McFly, your shoe's untied. Don't be so gullible, McFly. You got the place fixed up nice, McFly. I have you're car towed all the way to your house and all you've got for me is light beer. What are you looking at, butthead. Say hi to your mom for me. Safe now, everything's let lined. Don't you lose those tapes now, we'll need a record. Wup, wup, I almost forgot my luggage. Who knows if they've got cotton underwear in the future. I'm allergic to all synthetics. Uncle Jailbird Joey? Nothing, nothing, nothing, look tell her destiny has brought you together, tell her that she's the most beautiful you have ever seen. Girls like that stuff. What, what are you doing George? Ah, where're my pants?</p>	<p>Never mind that, never mind that now, never mind that, never mind- Ahh. I've gotta go. That was so stupid, Grandpa hit him with the car. Marty, one rejection isn't the end of the world.</p>
</div>
<div class="narrow bottom-shadow">	<p>Uh, well, I gotta go. Say, why do you let those boys push you around like that? Good, you could start by sweeping the floor. Actually, people call me Marty. What, I don't get what happened.</p>
</div>
<div class="narrow top-shadow bottom-shadow">	<p>Uh, well, I gotta go. Say, why do you let those boys push you around like that? Good, you could start by sweeping the floor. Actually, people call me Marty. What, I don't get what happened.</p>
</div>
</body>
</html>

Paper like css box shadow - Script Codes CSS Codes

/** * paper like css box shadow */
body { background: #f0f0f0; min-height: 100%;
}
p { margin: 10px;
}
div { position: relative; padding: 5px 10px; background-color: white; margin: 60px auto; font: normal 12px/21px sans-serif; color: #444;
}
div.wide { width: 80%;
}
div.narrow { width: 30%;
}
div:before, div:after { content: ''; position: absolute; left: 0; box-shadow: 0 0 10px black; border-radius: 50%; width: 100%; height: 20px; display: none;
}
div.top-shadow:before { display: block; top: 0px; clip: rect(-40px auto 0 auto);
}
div.bottom-shadow:after { display: block; bottom: 0px; clip: rect(20px auto 40px auto);
}
Paper like css box shadow - Script Codes
Paper like css box shadow - Script Codes
Home Page Home
Developer Iharosi
Username iharosi
Uploaded January 13, 2023
Rating 3
Size 3,221 Kb
Views 4,048
Do you need developer help for Paper like css box shadow?

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!

Iharosi (iharosi) 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!