Skip to content

Instantly share code, notes, and snippets.

View boris-nekezov's full-sized avatar
🎯
Focusing

Boris Nekezov boris-nekezov

🎯
Focusing
View GitHub Profile
@boris-nekezov
boris-nekezov / img-replacement.css
Created June 22, 2014 11:04
CSS Image Replacement
.ir {
border: 0;
font: 0/0 a;
text-shadow: none;
color: transparent;
background-color: transparent;
}
@boris-nekezov
boris-nekezov / index.html
Created June 22, 2014 10:46
Quick HTML Template
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>