Floating element with shadow

Size
1,783 Kb
Views
38,456

How do I make an floating element with shadow?

What is a floating element with shadow? How do you make a floating element with shadow? This script and codes were developed by Susanne Karin Lundblad on 13 September 2022, Tuesday.

Floating element with shadow Previews

Floating element with shadow - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Floating element with shadow</title> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="background"> <div class="test"> <div class="box"></div> <div class="shadow"> </div> </div>
</div>
</body>
</html>

Floating element with shadow - Script Codes CSS Codes

.background { width: 100%; height: 100%; background-color: #ecf0f1; position: fixed; top: 0; left: 0;
}
@keyframes shadow { 50% { opacity: 1; transform: scaleX(1) translateY(-1px); }
}
@-webkit-keyframes shadow { 50% { opacity: 1; -webkit-transform: scaleX(1) translateY(-1px); }
}
@keyframes bounce-long { 50% { transform: translateY(7px); }
}
@-webkit-keyframes bounce-long { 50% { -webkit-transform: translateY(7px); }
}
.test { top: 50%; left: 50%; position: relative; width: 100px; height: 100px; margin-top: -50px; margin-left: -50px;
}
.box { width: 100%; height: 100%; background-color: #3498db; position: absolute; transform: translateZ(20); -webkit-transform: translateZ(20); -webkit-backface-visibility: hidden; -webkit-perspective: 1000; animation: bounce-long 3s ease-in-out 2s infinite; -webkit-animation: bounce-long 3s ease-in-out 2s infinite;
}
.shadow { width: 94%; height: 3px; display: block; background-color:#34495e; position: absolute; bottom: -25px; left: 2%; opacity: 0.5; transform: scaleX(0.85) translateY(-1px); -webkit-transform: scaleX(0.85) translateY(-1px); -webkit-backface-visibility: hidden; -webkit-perspective: 1000; animation: shadow 3s ease-in-out 2s infinite; -webkit-animation: shadow 3s ease-in-out 2s infinite;
}
Floating element with shadow - Script Codes
Floating element with shadow - Script Codes
Home Page Home
Developer Susanne Karin Lundblad
Username SusanneLundblad
Uploaded September 13, 2022
Rating 3
Size 1,783 Kb
Views 38,456
Do you need developer help for Floating element with 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!

Susanne Karin Lundblad (SusanneLundblad) 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!