Skip to content

Instantly share code, notes, and snippets.

View tcsios's full-sized avatar

Kokila Guntupalli tcsios

  • new jersy
View GitHub Profile
@tcsios
tcsios / index.html
Created August 9, 2017 09:28 — forked from dnprock/index.html
US States Map
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
width: 960px;
height: 500px;
position: relative;
}
@tcsios
tcsios / index.html
Created August 9, 2017 09:27 — forked from diptimansharma/index.html
US States Map
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
width: 960px;
height: 500px;
position: relative;
}