Last active
April 20, 2020 06:46
-
-
Save blaurt/5d2c32a1ba20ffdcc48a6379158d7652 to your computer and use it in GitHub Desktop.
styles for coords conversion example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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