Skip to content

Instantly share code, notes, and snippets.

@blaurt
Last active April 20, 2020 06:46
Show Gist options
  • Save blaurt/5d2c32a1ba20ffdcc48a6379158d7652 to your computer and use it in GitHub Desktop.
Save blaurt/5d2c32a1ba20ffdcc48a6379158d7652 to your computer and use it in GitHub Desktop.
styles for coords conversion example
header {
text-align: center;
}
section {
text-align: center;
}
section .map {
display: inline-block;
position: relative;
}
section .map img {
max-width: 80vw;
width: 1200px;
margin: auto;
border: 1px solid black;
}
.pointer {
top: 0;
left: 0;
position: absolute;
border-radius: 100%;
color: transparent;
border: 3px solid red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment