Skip to content

Instantly share code, notes, and snippets.

@SaffatHasan
SaffatHasan / legend_snippet.html
Created July 20, 2017 14:12 — forked from datapolitan/legend_snippet.html
Snippet of HTML and CSS for the legend box
<html>
<head>
<style>
#legend {
position:absolute;
bottom:20px;
right: 5px;
background: #D3D3D3;
border-radius: 10px;
display: block;