Combinator

Size
2,193 Kb
Views
20,240

How do I make an combinator?

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

Combinator Previews

Combinator - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>combinator</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="cactus"> <div class="circle"> <div class="pedal"></div> </div> <div class="circle"> <div class="pedal"></div> </div> <div class="circle"> <div class="pedal"></div> <div class="pedal"></div> <div class="pedal"></div> <div class="pedal"></div> </div>
</div>
</body>
</html>

Combinator - Script Codes CSS Codes

.cactus { background: black; height: 100vh; width: 100vw;
}
.circle:nth-of-type(1) { border-radius: 50%; height: 70vh; width: 70vh; position: fixed; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border: 1px solid red; background-color: darkred;
}
.circle:nth-of-type(2) { border-radius: 50%; height: 40vh; width: 40vh; position: fixed; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border: 1px solid red; background-color: darkred;
}
.circle:nth-of-type(3) { border-radius: 50%; height: 10vh; width: 10vh; position: fixed; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border: 1px solid red; background-color: darkred;
}
.circle:nth-of-type(3) .pedal:nth-of-type(1) { border-radius: 50%; height: 10vh; width: 10vh; position: fixed; top: 50%; left: 50%; -webkit-transform: translate(10%, -50%); transform: translate(10%, -50%); border: 1px solid red; background-color: darkgreen;
}
.circle:nth-of-type(3) .pedal:nth-of-type(2) { border-radius: 50%; height: 10vh; width: 10vh; position: fixed; top: 50%; left: 50%; -webkit-transform: translate(-110%, -50%); transform: translate(-110%, -50%); border: 1px solid red; background-color: darkgreen;
}
.circle:nth-of-type(3) .pedal:nth-of-type(3) { border-radius: 50%; height: 10vh; width: 10vh; position: fixed; top: 50%; left: 50%; -webkit-transform: translate(-50%, 10%); transform: translate(-50%, 10%); border: 1px solid red; background-color: darkgreen;
}
.circle:nth-of-type(3) .pedal:nth-of-type(4) { border-radius: 50%; height: 10vh; width: 10vh; position: fixed; top: 50%; left: 50%; -webkit-transform: translate(-50%, -110%); transform: translate(-50%, -110%); border: 1px solid red; background-color: darkgreen;
}
Combinator - Script Codes
Combinator - Script Codes
Home Page Home
Developer David Bellotti
Username dbellotti
Uploaded October 30, 2022
Rating 3
Size 2,193 Kb
Views 20,240
Do you need developer help for Combinator?

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 art & images 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!