Skip to content

Commit

Permalink
Add "learn more" link
Browse files Browse the repository at this point in the history
  • Loading branch information
almccon committed Jul 22, 2024
1 parent b1a3f29 commit 105399f
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,31 @@
border-radius: 3px;
font-size: 12px;
text-align: center;
color: #fff;
background: #ee8a65;
color: #000;
background: #ffff00;
}
#more {
display: block;
position: absolute;
bottom: 40px;
right: 10px;
padding: 10px;
border: none;
font-size: 12px;
font-family: Helvetica, Arial, sans-serif;
text-align: center;
color: #000;
background: #ffff00;
}
a {
color: #000;
text-decoration: none;
}
</style>
<div id="map"></div>
<br />
<button id="fly">Zoom in/out</button>
<div id="more"><a href="https://github.com/stamen/null-island/">Learn more</a></div>
<script>
const start = 23.5;
const end = 2;
Expand Down

0 comments on commit 105399f

Please sign in to comment.