Skip to content

Instantly share code, notes, and snippets.

View argyleink's full-sized avatar
💀
calc(dev*design)

Adam Argyle argyleink

💀
calc(dev*design)
View GitHub Profile
@argyleink
argyleink / dabblet.css
Created February 20, 2013 03:09
Layouts - 3 flexbox
/**
* Layouts - 3 flexbox
*/
body {
color:white;
margin:0;
}
.flex {
display:flex;
@argyleink
argyleink / dabblet.css
Created February 20, 2013 03:08
Layouts - 3 flexbox
/**
* Layouts - 3 flexbox
*/
body {
color:white;
margin:0;
}
.flex {
display:flex;
@argyleink
argyleink / dabblet.css
Created February 20, 2013 03:06
Layouts - 3 flexbox
/**
* Layouts - 3 flexbox
*/
body {
color:white;
margin:0;
}
.flex {
display:flex;
@argyleink
argyleink / dabblet.css
Created February 20, 2013 02:56
Layouts - 2 column
/**
* Layouts - 2 column
*/
body {
color:white;
margin:0;
}
section:nth-child(1) {
@argyleink
argyleink / dabblet.css
Created February 20, 2013 02:47
Layouts - 2 column
/**
* Layouts - 2 column
*/
section:nth-child(1) {
background:red;
}
section:nth-child(2) {
background:blue;
}
@argyleink
argyleink / dabblet.css
Created February 20, 2013 01:27
Basic CSS Animation
/**
* Basic CSS Animation
*/
body,html{
height:100%;width:100%;
margin:0;padding:0;
}
.hello{
display: block;
height:500px;
@argyleink
argyleink / dabblet.css
Created February 20, 2013 01:12
Basic CSS Animation
/**
* Basic CSS Animation
*/
body,html{
height:100%;width:100%;
margin:0;padding:0;
}
.hello{
display: block;
height:500px;

Sierra's 2nd Day at Stevens Pass

Sierra hurt her tail bone on Saturday, fell on her butt in a not so snowy area (icy). After she fell, she eventually got up and back on the lift to try again. Her tail bone hurt, but she went down the hill halfway anyway, but gave up and we walked down eventually. We rushed to the ER which was an hour away, her butt and back hurt so bad the doctors at Stevens said she should xray just in case. Her xrays come back, nothing wrong.

She's totally fine

Tail bone falls do hurt, they remind you whenever you sit too lol. Apparently Sierra's is hurtin her a lot though, I'm staying here with her today because she's not going to work sneezing hurts her lower back/tail bone and nearly brings her to tears everytime.

@argyleink
argyleink / dabblet.css
Created December 3, 2012 22:00
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
section {
background:purple;
display:inline-block;
padding-right:40px;
}
@argyleink
argyleink / dabblet.css
Created December 3, 2012 21:53
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.hero {
width:600px;
height:400px;
background-size:cover;
}