CSS Multicolor Trefoil

Size
1,800 Kb
Views
4,048

How do I make an css multicolor trefoil?

Use CSS to create a trefoil with interchangeable colors. What is a css multicolor trefoil? How do you make a css multicolor trefoil? This script and codes were developed by Retrofuturistic on 19 January 2023, Thursday.

CSS Multicolor Trefoil Previews

CSS Multicolor Trefoil - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS Multicolor Trefoil</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <a class="blockLink"> <div class="trefoil"> <div class="circle top bg_green"> </div> <div class="circle left"> </div> <div class="circle right"> </div> </div> Explore Agency
</a>
<a class="blockLink"> <div class="trefoil"> <div class="circle top"> </div> <div class="circle left bg_aqua"> </div> <div class="circle right"> </div> </div> View Case Studies
</a>
<a class="blockLink"> <div class="trefoil"> <div class="circle top"> </div> <div class="circle left"> </div> <div class="circle right bg_orange"> </div> </div> Read Stories
</a>
</body>
</html>

CSS Multicolor Trefoil - Script Codes CSS Codes

body { font-family:sans-serif; font-weight:lighter;
}
a.blockLink { display:inline-block; width:160px; height:25px; padding-left:10px; padding-top:10px; background-color:rgb(194,191,178); font-size:14px; color:#eee;
}
a.blockLink .trefoil { float:left; padding-right: 8px;
}
.trefoil { position:relative; width:18px; height:15px;
}
.trefoil .top { top:0; margin-left:auto; margin-right:auto;
}
.trefoil .left { float:left; margin-top:3px;
}
.trefoil .right { float:right; margin-top:3px;
}
.circle { background-color:#ddd; width:7px; height:7px; border-radius:4px;
}
.bg_green { background-color:rgb(105,129,60);
}
.bg_aqua { background-color:rgb(0,167,207);
}
.bg_orange { background-color:rgb(230,134,66);
}
CSS Multicolor Trefoil - Script Codes
CSS Multicolor Trefoil - Script Codes
Home Page Home
Developer Retrofuturistic
Username retrofuturistic
Uploaded January 19, 2023
Rating 3
Size 1,800 Kb
Views 4,048
Do you need developer help for CSS Multicolor Trefoil?

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!

Retrofuturistic (retrofuturistic) 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!