Arrow CSS

Size
1,712 Kb
Views
8,096

How do I make an arrow css?

What is a arrow css? How do you make a arrow css? This script and codes were developed by Michel Makei Gefuni on 20 December 2022, Tuesday.

Arrow CSS Previews

Arrow CSS - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Arrow CSS</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <span class="arrow left"></span><span class="arrow up"></span><span class="arrow down"></span><span class="arrow right"></span>
</body>
</html>

Arrow CSS - Script Codes CSS Codes

body { padding: 40px; background-color: #E8EAF6;
}
.arrow:before { content: ""; display: inline-block; vertical-align: middle; margin-right: 5px; width: 0; height: 0;
}
.down:before { border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 20px solid #3F51B5;
}
.up:before { border-left: 20px solid transparent; border-right: 20px solid transparent; border-bottom: 20px solid #3F51B5;
}
.left:before { border-top: 20px solid transparent; border-right: 20px solid transparent; border-bottom: 20px solid transparent; border-left: 20px solid #3F51B5;
}
.right:before { border-top: 20px solid transparent; border-left: 20px solid transparent; border-bottom: 20px solid transparent; border-right: 20px solid #3F51B5;
}
Arrow CSS - Script Codes
Arrow CSS - Script Codes
Home Page Home
Developer Michel Makei Gefuni
Username michelgefuni
Uploaded December 20, 2022
Rating 3
Size 1,712 Kb
Views 8,096
Do you need developer help for Arrow 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!

Michel Makei Gefuni (michelgefuni) 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!