Skip to content

Instantly share code, notes, and snippets.

View ekstinehickorysnippets's full-sized avatar

ekstinehickorysnippets

View GitHub Profile
<DIV><br>
GUMBO<br>
[ Bowl served with garden salad ]<br>
<br>
Chicken and Sausage<br>
Bowl $11.99<br>
Cup $ 5.75<br>
<br>
Shrimp and Crabmeat<br>
Bowl $13.99<br>
@ekstinehickorysnippets
ekstinehickorysnippets / gist:3065727
Created July 7, 2012 10:08
CSS: Reset Eric Meyers
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
@ekstinehickorysnippets
ekstinehickorysnippets / gist:3065733
Created July 7, 2012 10:11
CSS: Image preloader
div.loader{
background:url(images/hover.gif) no-repeat;
background:url(images/hover2.gif) no-repeat;
background:url(images/hover3.gif) no-repeat;
margin-left:-10000px;
}
@ekstinehickorysnippets
ekstinehickorysnippets / gist:3065737
Created July 7, 2012 10:13
CSS: Website center
.wrapper {
width:960px;
margin:0&nbsp;auto;
}
@ekstinehickorysnippets
ekstinehickorysnippets / gist:3065743
Created July 7, 2012 10:16
CSS: Text Selection Color
::selection {
color: #000000;
background-color: #FF0000;
}
::-moz-selection {
color: #000000;
background: #FF0000;
}
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { display: inline-block; }
#footer {
position:fixed;
left:0px;
bottom:0px;
height:30px;
width:100%;
background:#999;
}
/* IE 6 */
a {
display: block;
background: url(sprite.png) no-repeat;
height: 30px;
width: 250px;
}
a:hover {
background-position: 0 -30px;
}
.3dText {
font-size:36px;
color: #fff;
color: rgba(255, 255, 255, 1.00);
text-shadow: 0 1px 0 #ccc,
0 2px 0 #c9c9c9,
0 3px 0 #bbb,
0 4px 0 #b9b9b9,
/* button styles */
.btn {
display: inline-block;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow:
0 8px 0 #1a74a1,
0 15px 20px rgba(0,0,0,.35);