Skip to content

Instantly share code, notes, and snippets.

View lrhud73's full-sized avatar

Lynette lrhud73

View GitHub Profile
@lrhud73
lrhud73 / dabblet.css
Last active April 19, 2016 04:35 — forked from SaveMeSteak/dabblet.css
Angies helper page keyframes
/* Angies helper page keyframes */
.YBNY tr:first-child td{ background:-o-linear-gradient(bottom, #e1c893 5%, #fff8f0 100%);
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e1c893), color-stop(1, #fff8f0) );
background:-moz-linear-gradient( center top, #e1c893 5%, #fff8f0 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1c893", endColorstr="#fff8f0");
background: -o-linear-gradient(top,#e1c893,fff8f0); background-color:#e1c893;
border:0px solid TRANSPARENT; text-align:center; border-width:0px 0px 1px 1px; font-size:18px; font-family:Arial; font-weight:bold; color:#FFF;
}