Handle Icons in Pure CSS

Developer
Size
1,999 Kb
Views
60,720

How do I make an handle icons in pure css?

What is a handle icons in pure css? How do you make a handle icons in pure css? This script and codes were developed by Shidhin on 18 July 2022, Monday.

Handle Icons in Pure CSS Previews

Handle Icons in Pure CSS - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Handle Icons in Pure CSS</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="ui-handle handle-up">
</div>
<div class="ui-handle handle-down m-something">
</div>
</body>
</html>

Handle Icons in Pure CSS - Script Codes CSS Codes

.m-something { margin-top: 20px;
}
.ui-handle { width: 50px; border-bottom: 1px solid #999; box-shadow: 0 3px 0px 0px #999, 0 6px 0px 0px #999; position: relative;
}
.ui-handle.handle-down:after,
.ui-handle.handle-up:before { display: block; content: ""; width: 0px; height: 0px; border: 5px solid #999; left: 50%; margin-left: -5px; position: absolute; border-right: 5px solid transparent; border-left: 5px solid transparent;
}
.ui-handle.handle-down:after { border-bottom: 5px solid transparent; top: 7px;
}
.ui-handle.handle-up:before { border-top: 5px solid transparent; top: -10px;
}
Handle Icons in Pure CSS - Script Codes
Handle Icons in Pure CSS - Script Codes
Home Page Home
Developer Shidhin
Username shidhincr
Uploaded July 18, 2022
Rating 3
Size 1,999 Kb
Views 60,720
Do you need developer help for Handle Icons in Pure CSS?

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!

Shidhin (shidhincr) Script Codes
Create amazing sales emails 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!