CSS Map pin

Developer
Size
2,001 Kb
Views
20,240

How do I make an css map pin?

Inline MapPin with some CSS. What is a css map pin? How do you make a css map pin? This script and codes were developed by Robert on 08 November 2022, Tuesday.

CSS Map pin Previews

CSS Map pin - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS Map pin</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <span class="pin"></span> Hamburg
</body>
</html>

CSS Map pin - Script Codes CSS Codes

html { padding: 100px 0 0; background: #22be21; font-size: 30px; color: #fff; text-align: center;
}
.pin { position: relative; display: inline-block; width: 1em; height: 1em; border-radius: 100%; box-shadow: inset 0 0 0 0.3em #fff;
}
.pin::after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -0.45em; margin-top: -0.25em; border-style: solid; border-width: 0.6em 0.45em; border-color: #fff transparent transparent;
}
CSS Map pin - Script Codes
CSS Map pin - Script Codes
Home Page Home
Developer Robert
Username rendro
Uploaded November 08, 2022
Rating 3
Size 2,001 Kb
Views 20,240
Do you need developer help for CSS Map pin?

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!

Robert (rendro) 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!