Skip to content

Instantly share code, notes, and snippets.

@mikaldalsbo
mikaldalsbo / gist:1992423
Created March 7, 2012 10:30 — forked from grafikimon/gist:1989212
HTML: starting html
<!doctype html>
<html>
<head>
<meta charset=uft-8>
<title></title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
@mikaldalsbo
mikaldalsbo / gist:1992421
Created March 7, 2012 10:30 — forked from grafikimon/gist:1989324
CSS: Image Replace
.imageReplace{
border:0;
font: 0/0 a;
text-shadow:none;
color:transparent;
background-color:transparent;
}