Chromatic Depth

Size
2,301 Kb
Views
12,144

How do I make an chromatic depth?

What is a chromatic depth? How do you make a chromatic depth? This script and codes were developed by David Bellotti on 30 October 2022, Sunday.

Chromatic Depth Previews

Chromatic Depth - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Chromatic Depth</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="container"> <div class="circle"></div> <div class="circle"></div> <div class="circle"></div> <div class="circle"></div> <div class="circle"></div>
</div>
</body>
</html>

Chromatic Depth - Script Codes CSS Codes

.container { background-color: teal; width: 100vw; height: 100vh;
}
.circle { display: inline-block; border-radius: 50%; margin: auto; position: absolute; margin: auto; left: 0; right: 0; top: 0; bottom: 0; box-shadow: inset 0 0px 10px black; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.circle:hover + .circle { box-shadow: inset 0 5px 20px black;
}
.circle:nth-of-type(1) { z-index: 1; background-color: red; width: 600px; height: 600px; box-shadow: 0 0 40px black;
}
.circle:nth-of-type(1):hover { box-shadow: 0 5px 80px black;
}
.circle:nth-of-type(2) { z-index: 2; background-color: darkslateblue; width: 500px; height: 500px;
}
.circle:nth-of-type(3) { z-index: 3; background-color: gold; width: 400px; height: 400px;
}
.circle:nth-of-type(4) { z-index: 4; background-color: purple; width: 300px; height: 300px;
}
.circle:nth-of-type(5) { z-index: 5; background-color: teal; width: 200px; height: 200px;
}
Chromatic Depth - Script Codes
Chromatic Depth - Script Codes
Home Page Home
Developer David Bellotti
Username dbellotti
Uploaded October 30, 2022
Rating 3
Size 2,301 Kb
Views 12,144
Do you need developer help for Chromatic Depth?

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!

David Bellotti (dbellotti) Script Codes
Create amazing SEO content 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!