Pure CSS Down Arrow

Developer
Size
1,724 Kb
Views
22,264

How do I make an pure css down arrow?

Down arrow in pure css, animated. What is a pure css down arrow? How do you make a pure css down arrow? This script and codes were developed by Izzy Skye on 27 October 2022, Thursday.

Pure CSS Down Arrow Previews

Pure CSS Down Arrow - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Pure CSS Down Arrow</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="pos down-arrow"></div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Pure CSS Down Arrow - Script Codes CSS Codes

* {box-sizing:border-box;transition:all 0.3s;-webkit-transition:all 0.3s;}
body {margin:100px;background-color:#1d1f20;}
.pos {position:relative;margin:0 auto;}
.down-arrow {height:60px;width:60px;border:4px solid #FFF;border-radius:100%;}
.down-arrow:before,.down-arrow:after {content:'';position:absolute;top:26px;width:18px;border:2px solid #FFF;transition:all 0.3s;-webkit-transition:all 0.3s;}
.down-arrow:before {transform:rotateZ(45deg);-webkit-transform:rotateZ(45deg);left:9px;}
.down-arrow:after {transform:rotateZ(-45deg);-webkit-transform:rotateZ(-45deg);left:22px;}
.down-arrow:hover {cursor:pointer;border-width:0;}
.down-arrow:hover:before,.down-arrow:hover:after {top:40px;}
.down-arrow:hover:before {left:13px;}
.down-arrow:hover:after {left:26px;}
Pure CSS Down Arrow - Script Codes
Pure CSS Down Arrow - Script Codes
Home Page Home
Developer Izzy Skye
Username zephyr
Uploaded October 27, 2022
Rating 3
Size 1,724 Kb
Views 22,264
Do you need developer help for Pure CSS Down Arrow?

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!

Izzy Skye (zephyr) Script Codes
Create amazing SEO content 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!