Single Element ChromeCast Icon

Size
2,132 Kb
Views
40,480

How do I make an single element chromecast icon?

What is a single element chromecast icon? How do you make a single element chromecast icon? This script and codes were developed by Chris Wachtman on 17 October 2022, Monday.

Single Element ChromeCast Icon Previews

Single Element ChromeCast Icon - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Single Element ChromeCast Icon</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class='chromecast'></div>
</body>
</html>

Single Element ChromeCast Icon - Script Codes CSS Codes

body { background: white;
}
.chromecast { position: relative; width: 220px; height: 132px; border: 22px solid black; border-radius: 4.4px; margin: 0 0 8.8px 8.8px;
}
.chromecast:before { content: ""; position: absolute; border-top-right-radius: 100%; background: black; width: 44px; height: 44px; bottom: -44px; left: -44px; box-shadow: 0 0 0 13.2px white, 0 0 0 35.2px black, 0 0 0 48.4px white, 0 0 0 70.4px black, 0 0 0 83.6px white; clip: rect(-88px, 132px, 30.8px, 17.6px);
}
Single Element ChromeCast Icon - Script Codes
Single Element ChromeCast Icon - Script Codes
Home Page Home
Developer Chris Wachtman
Username cwacht
Uploaded October 17, 2022
Rating 3
Size 2,132 Kb
Views 40,480
Do you need developer help for Single Element ChromeCast Icon?

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!

Chris Wachtman (cwacht) 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!