Two joint circles - One element

Developer
Size
1,704 Kb
Views
72,864

How do I make an two joint circles - one element?

Kont of cirlce. Best view in -webkit- browser. What is a two joint circles - one element? How do you make a two joint circles - one element? This script and codes were developed by Jitendra on 04 July 2022, Monday.

Two joint circles - One element Previews

Two joint circles - One element - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Two joint circles - One element</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="orange"></div>
</body>
</html>

Two joint circles - One element - Script Codes CSS Codes

*
{
margin:0px;
padding:0px;
outline:none;
}
body{
position:relative;
padding:20px;
background: #000000;
}
/* Main orange circle */
#orange
{
width:125px;
height:125px;
border:50px solid #ff5544;
background:transparent;
border-radius:50%;
position:relative;
margin:0 auto;
}
/* babyblue circle */
#orange:after
{
content:"";
width:125px;
height:125px;
border:50px solid #00ffea;
background:transparent;
border-radius:50%;
position:absolute;
left:40px;
top:-50px;
}
/* overlap circle on orange */
#orange:before
{
content:"";
width:125px;
height:125px;
border-top:50px solid transparent;
border-right:50px solid #ff5544;
border-bottom:50px solid transparent;
border-left:50px solid transparent;
background:transparent;
border-radius:50%;
position:absolute;
left:-50px;
top:-50px;
z-index:2;
-webkit-transform: rotate(60deg);
-moz-transform: rotate(60deg);
-ms-transform: rotate(12deg);
-o-transform: rotate(12deg);
transform: rotate(60deg);
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
}
Two joint circles - One element - Script Codes
Two joint circles - One element - Script Codes
Home Page Home
Developer Jitendra
Username berdejitendra
Uploaded July 04, 2022
Rating 4
Size 1,704 Kb
Views 72,864
Do you need developer help for Two joint circles - One element?

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!

Jitendra (berdejitendra) Script Codes
Create amazing marketing copy 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!