Divider Shadow

Size
1,500 Kb
Views
8,096

How do I make an divider shadow?

What is a divider shadow? How do you make a divider shadow? This script and codes were developed by Hemant Aggarwal on 09 January 2023, Monday.

Divider Shadow Previews

Divider Shadow - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Divider Shadow</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="or-spacer"> <div class="mask"></div>
</div>
</body>
</html>

Divider Shadow - Script Codes CSS Codes

.or-spacer { margin-top:40px; margin-left:10%; width:80%;
}
.or-spacer .mask { overflow:hidden; height:20px;
}
.or-spacer .mask:after { content:''; display:block; margin:-25px auto 0; width:100%; height:25px; border-radius:125px / 12px; box-shadow:0 0 8px #444;
}
Divider Shadow - Script Codes
Divider Shadow - Script Codes
Home Page Home
Developer Hemant Aggarwal
Username mstoic
Uploaded January 09, 2023
Rating 3
Size 1,500 Kb
Views 8,096
Do you need developer help for Divider 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!

Hemant Aggarwal (mstoic) 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!