Map Marker Test

Developer
Size
2,330 Kb
Views
12,144

How do I make an map marker test?

What is a map marker test? How do you make a map marker test? This script and codes were developed by Colm Hewson on 28 November 2022, Monday.

Map Marker Test Previews

Map Marker Test - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Map Marker Test</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="map">
<a href="#"> <svg class="petrol-02" width="300px" height="300px"> <title>Petrol Station Map Marker</title> <g class="map-marker"> <g> <defs> <clipPath id="mask"> <path d="M0 250 L0 0 L300 0 L300 250 L150 150" /> <circle cx="150" cy="150" r="80" /> </clipPath> </defs> <circle class="hover-circle" cx="150" cy="150" r="105" clip-Path="url(#mask)" /> </g> <path class="petrol-pin" d="m181.38,0c0,74.16 -90.69,155.23 -90.69,155.23s-90.69,-87.06 -90.69,-155.23a90.69,90.69 0 1 1 181.38,0z" transform="translate(59 149)"/> <!-- transform="translate(-34.31 -1.88)" --> <circle class="white-circle" cx="150" cy="150" r="80"/> <path class="petrol-icon" d="M155.54,48.2l-4.9,4.9L160,62.49v15.9H167v45.27c0,1.49-.68,3.26-3.47,3.26s-3.43-1.91-3.47-3.47V88.78c0-7.63-6.22-10.4-10.4-10.4h-6.93V43.72H87.23v86.66H80.3v6.93h69.33v-6.93h-6.93V85.31h6.89c1.6,0,3.51.68,3.51,3.47v34.66c0,4.18,2.77,10.4,10.4,10.4a10,10,0,0,0,10.4-10.15V66.55ZM135.76,74.92H94.16V50.65h41.6V74.92Z" transform="translate(27 54)"/> </g> </svg> </a> </map> <script src='https://maps.googleapis.com/maps/api/js'></script>
</body>
</html>

Map Marker Test - Script Codes CSS Codes

#map { background-color: grey; background: url(http://guide.notizie.it/wp-content/uploads/2013/05/article-new_ds-cdn-write_upload_9000_000_00_9_109009.jpg); background-size: cover; width: 800px; height: 400px; display: block; position: absolute; transition: all ease 0.3s; overflow: hidden; z-index: -9999; left: 50%; top: 50%; margin-left: -400px; margin-top: -200px;
}
.petrol { margin: auto 0; position: absolute;
}
.petrol-pin { fill: #455c7b;
}
.white-circle { fill: #f1f1f1;
}
.hover-circle { fill: rgba(255,255,255,1); stroke: #272822; transform: scale(0.5); transform-origin: 50% 50%; stroke-width: 0; transition: all ease 0.3s;
}
.petrol-icon { fill: #272822;
}
.map-marker { transform: scale(0.2);
}
.petrol-02 { width:60px; height:70px; margin: auto 0; position: absolute; z-index: 999; left: 40%; top: 35%;
}
.map-marker:hover .hover-circle { transform: scale(1.1);
}
Map Marker Test - Script Codes
Map Marker Test - Script Codes
Home Page Home
Developer Colm Hewson
Username legofsalmon
Uploaded November 28, 2022
Rating 3
Size 2,330 Kb
Views 12,144
Do you need developer help for Map Marker Test?

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!

Colm Hewson (legofsalmon) Script Codes
Create amazing web 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!