Skip to content

Instantly share code, notes, and snippets.

@korkey128k
korkey128k / index.html
Created March 19, 2013 05:07
A CodePen by Corey Smith. Brace Color Picker - A brace color chooser I made for my (soon to be) previous job. Thought it may come in handy later and I didn't want to make a git repo for it. >.<
<div class="wrapper">
<noscript>
<h2>Sorry, the brace color diagram needs javascript to operate.</h2>
</noscript>
<div class="chompers cf">
<!-- <img src="choppers.png" alt="teeth"> -->
<div class="teeth">
<div class="topTeeth">
<span id='t01' class="topTooth small"></span>
<span id='t02' class="topTooth"></span>
@korkey128k
korkey128k / gist:4472051
Last active December 10, 2015 18:08
Stupid simple sass mixin for grid
@mixin clearfix {
&:before,
&:after {
content: " ";
display: table;
}
&:after {
clear: both;
}

Corey Smith Web Design Contract

Revised date: 04/10/13

Between me (Corey Smith Web Design) and you [customer name]

Summary:

I’ll always do my best to fulfill your needs and meet your expectations, but it’s important to have things written down so that we both know what’s what, who should do what and when, and what will happen if something goes wrong. In this contract you won’t find any complicated legal terms or long passages of unreadable text. I have absolutely no desire to trick you into signing something that you might later regret. What I do want is what’s best for both parties, now and in the future.

@korkey128k
korkey128k / index.html
Created July 18, 2012 13:27
A web page created at CodePen.io
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>IOS Checkboxes &middot; CodePen</title>
<!--
Copyright (c) 2012 Corey Smith, http://codepen.io/Korkey128k
Permission is hereby granted, free of charge, to any person obtaining
@korkey128k
korkey128k / index.html
Created July 15, 2012 21:28
A web page created at CodePen.io
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Eiffel tower (CSS) &middot; CodePen</title>
<!--
Copyright (c) 2012 Corey Smith, http://codepen.io/Korkey128k
Permission is hereby granted, free of charge, to any person obtaining
@korkey128k
korkey128k / index.html
Created July 15, 2012 21:28
A web page created at CodePen.io
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Eiffel tower (CSS) &middot; CodePen</title>
<!--
Copyright (c) 2012 Corey Smith, http://codepen.io/Korkey128k
Permission is hereby granted, free of charge, to any person obtaining
@korkey128k
korkey128k / index.html
Created July 15, 2012 21:28
A web page created at CodePen.io
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Eiffel tower (CSS) &middot; CodePen</title>
<!--
Copyright (c) 2012 Corey Smith, http://codepen.io/Korkey128k
Permission is hereby granted, free of charge, to any person obtaining
@korkey128k
korkey128k / dabblet.css
Created May 7, 2012 19:42
brittany design
/**
* brittany design
*/
body {
font-family:"";
background:#AF468F;
color:#04BFE8;
}
@korkey128k
korkey128k / dabblet.css
Created April 24, 2012 19:50 — forked from anonymous/dabblet.css
squeeze-icons
/**
* squeeze-icons
*/
body {
background: #a35;
}
.container {
position:absolute;}
.outer {
@korkey128k
korkey128k / dabblet.css
Created March 19, 2012 18:17 — forked from JoelBesada/dabblet.css
CSS States
/* CSS States */
body {
background: url(http://dabblet.com/img/noise.png);
background-color: #F5F2F0;
font-family: Georgia, serif;
font-size: 18px;
line-height: 1.6em;
text-shadow: 0 2px 0 white;
color: #222;
}