Skip to content

Instantly share code, notes, and snippets.

View brittanydionigi's full-sized avatar

Brittany Dionigi brittanydionigi

View GitHub Profile
@brittanydionigi
brittanydionigi / googlemap.html
Last active June 30, 2020 21:42
pin cities on a google map based on city name & country
<!doctype>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>Google Maps - pin cities</title>
<style type="text/css">
html, body { height: 100%; margin: 0; padding: 0; }
#map_canvas { height: 100%; }
</style>
@brittanydionigi
brittanydionigi / ctopox.css
Last active December 17, 2015 06:29
mou editor/css theme
html { border-top: 3px solid #C2E7A5; border-bottom: 3px solid #C2E7A5; }
body { font-family: "Helvetica Neue", Arial, sans-serif; font-size: 13px; line-height: 18px; color: #666; background-color: #fafafa; padding: 10px 15px; font-weight: 200; }
/* Headers */
h1, h2, h3, h4, h5, h6, p, blockquote { margin: 0; padding: 0; }
h1 { padding: 40px 0px 0px 0px; text-align: right; font-weight: 100; color: #333; font-size: 18px; }
h2 { font-size: 24px; margin: 70px 0px 15px 0px; font-weight: 100; border-bottom: 1px solid #ddd; padding: 10px 0px; }
h3 { font-size: 14px; text-transform: uppercase; color: #555; margin: 30px 0px 0px 0px; }
h4 { font-size: 14px; color: #555; margin: 25px 0px 0px 0px; font-weight: 500; }
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Made of Code.tmTheme",
"font_face": "Inconsolata",
"font_size": 11.0,
"ignored_packages":
[
"Vintage"
],