Card shadow effect

Developer
Size
1,559 Kb
Views
10,120

How do I make an card shadow effect?

Simple card shadow with hover transition to simulate floating up off the stage. What is a card shadow effect? How do you make a card shadow effect? This script and codes were developed by Martin Banks on 03 January 2023, Tuesday.

Card shadow effect Previews

Card shadow effect - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Card shadow effect</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div></div>
</body>
</html>

Card shadow effect - Script Codes CSS Codes

body{ background: #ddd
}
*{ transition: all 0.2s ease-in-out 0s
}
div { position: relative; margin: 100px auto; width: 500px; height: 300px; background: #fff; box-shadow: 0 10px 20px -10px rgba(0,0,0, 0.6)
}
div:hover{ transform: translate3d(0,-20px,0); box-shadow: 0 80px 180px -80px rgba(0,0,0, 0.4)
} 
Card shadow effect - Script Codes
Card shadow effect - Script Codes
Home Page Home
Developer Martin Banks
Username martin-banks
Uploaded January 03, 2023
Rating 3
Size 1,559 Kb
Views 10,120
Do you need developer help for Card shadow effect?

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!

Martin Banks (martin-banks) 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!