Creating Different CSS3 Box Shadows Effects

Developer
Size
1,814 Kb
Views
2,024

How do I make an creating different css3 box shadows effects?

Http://www.paulund.co.uk/creating-different-css3-box-shadows-effects http://coveloping.com/tools/css-box-shadow-generator. What is a creating different css3 box shadows effects? How do you make a creating different css3 box shadows effects? This script and codes were developed by Hai Nguyen on 29 January 2023, Sunday.

Creating Different CSS3 Box Shadows Effects Previews

Creating Different CSS3 Box Shadows Effects - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Creating Different CSS3 Box Shadows Effects</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="box effect1">	<h3>Effect 1</h3>
</div>
<br> <div class="box effect2">	<h3>Effect 2</h3>
</div>
</body>
</html>

Creating Different CSS3 Box Shadows Effects - Script Codes CSS Codes

.box h3{	text-align:center;	position:relative;	top:80px;
}
.box {	width:70%;	height:200px;	background:#FFF;	margin:40px auto;
}
/*================================================== * Effect 1 * ===============================================*/
.effect1{	-webkit-box-shadow: 0 10px 6px -6px #777; -moz-box-shadow: 0 10px 6px -6px #777; box-shadow: 0 10px 6px -6px #777;
}
/*================================================== * Effect 2 * ===============================================*/
.effect2
{ position: relative;
}
.effect2:before, .effect2:after
{ z-index: -1; position: absolute; content: ""; bottom: 15px; left: 10px; width: 50%; top: 80%; max-width:300px; background: #777; -webkit-box-shadow: 0 15px 10px #777; -moz-box-shadow: 0 15px 10px #777; box-shadow: 0 15px 10px #777; -webkit-transform: rotate(-3deg); -moz-transform: rotate(-3deg); -o-transform: rotate(-3deg); -ms-transform: rotate(-3deg); transform: rotate(-3deg);
}
.effect2:after
{ -webkit-transform: rotate(3deg); -moz-transform: rotate(3deg); -o-transform: rotate(3deg); -ms-transform: rotate(3deg); transform: rotate(3deg); right: 10px; left: auto;
}
Creating Different CSS3 Box Shadows Effects - Script Codes
Creating Different CSS3 Box Shadows Effects - Script Codes
Home Page Home
Developer Hai Nguyen
Username HaiNguyen007
Uploaded January 29, 2023
Rating 3
Size 1,814 Kb
Views 2,024
Do you need developer help for Creating Different CSS3 Box Shadows Effects?

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!

Hai Nguyen (HaiNguyen007) Script Codes
Create amazing sales emails 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!