Skip to content

Instantly share code, notes, and snippets.

View gregoryhammond's full-sized avatar
💻
Good things take time.

Gregory Hammond gregoryhammond

💻
Good things take time.
View GitHub Profile
@gregoryhammond
gregoryhammond / index.html
Last active June 15, 2021 09:10
JavaScript Fetch api results on page
/* This is under Unlicense(https://unlicense.org/) and/or CC0(https://www.tldrlegal.com/l/cc0-1.0). */
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>Fetch API Local</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>

Keybase proof

I hereby claim:

  • I am gregoryhammond on github.
  • I am gregoryca (https://keybase.io/gregoryca) on keybase.
  • I have a public key ASBsWR7PT8JaxMeZ8NMNeNOpAqAoNav8i9B5I5Mi1JbPfwo

To claim this, I am signing this object:

@gregoryhammond
gregoryhammond / logo-same-size.md
Created November 4, 2017 19:40
WordPress: Make logo in menu the same size across every browser

.logo, .logo img { height: __px!important; max-width: __px!important; width: __px!important; }

header#masthead.masthead-logo-in-menu .logo { padding: 0; }