Skip to content

Instantly share code, notes, and snippets.

View iamtyce's full-sized avatar

Tyce iamtyce

View GitHub Profile
@iamtyce
iamtyce / dabblet.css
Created September 26, 2013 00:43
HTML5 / CSS3 Circle with Partial Border
/**
* HTML5 / CSS3 Circle with Partial Border
* http://stackoverflow.com/q/13059190/1397351
*/
* { margin: 0; padding: 0; }
.circle {
position: relative;
margin: 7em auto;
width: 16em; height: 16em;
border-radius: 50%;
@iamtyce
iamtyce / my-media-queries.scss
Last active December 19, 2015 14:49
Update to @jina's media query Sass mixin for headings to include an overall single base size and percentage increases for different breakpoints
$medium-width: 48em;
$large-width: 62em;
// Base heading sizes
$heading-base: 1.5em;
// ---------------------
// _headings.sass
// Small Default