Skip to content

Instantly share code, notes, and snippets.

View mike-henderson's full-sized avatar

Mike Henderson mike-henderson

  • Colorado
View GitHub Profile
@mike-henderson
mike-henderson / card-group.php
Created May 30, 2023 19:19
Pattern Nesting Linked Issue
<?php
/**
* Title: Card Group
* Slug: twentytwentythree/card-group
*
*/
?>
<!-- wp:columns -->
@mike-henderson
mike-henderson / .block
Created September 29, 2016 20:42 — forked from mbostock/.block
U.S. States TopoJSON
license: gpl-3.0
@mixin clearfix-micro() {
& {
*zoom: 1;
}
&:before,
&:after {
content: "";
display: table;
}
&:after {
@mike-henderson
mike-henderson / gist:1994057
Created March 7, 2012 16:10
CSS: Hide Text IR
.hide-text {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
@mike-henderson
mike-henderson / gist:1993961
Created March 7, 2012 15:59
HTML: Starting Template
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
@mike-henderson
mike-henderson / QR Code
Created January 13, 2011 22:31
Google Chart API QR Code generator
http://chart.apis.google.com/chart?cht=qr&chs=400x400&chl="put your url here"