Skip to content

Instantly share code, notes, and snippets.

View sharontheil's full-sized avatar

Sharon Theresa (Baldwin) Theil sharontheil

  • Chapel Hill, NC
View GitHub Profile
<ul>
<li>a</li>
<li>b</li>
<li>c</li>
<li>d</li>
<li>e</li>
<li>f</li>
<li>g</li>
<li>h</li>
<li>i</li>
@sharontheil
sharontheil / CSS: font-face.css
Last active August 29, 2015 14:27 — forked from kovaldn/CSS: font-face.css
CSS: font-face
@font-face {
font-family: 'bebas';
src: url('../fonts/firasans-book.eot');
src: url('../fonts/firasans-book.eot?#iefix') format('eot'),
url('../fonts/firasans-book.woff') format('woff'),
url('../fonts/bebas.ttf') format('truetype'),
url('../fonts/firasans-book.svg#svgFirasans-book') format('svg');
font-weight: normal;
font-style: normal;
}
@sharontheil
sharontheil / README.md
Last active August 29, 2015 14:27 — forked from jxson/README.md
README.md template

Synopsis

At the top of the file there should be a short introduction and/ or overview that explains what the project is. This description should match descriptions added for package managers (Gemspec, package.json, etc.)

Code Example

Show what the library does as concisely as possible, developers should be able to figure out how your project solves their problem by looking at the code example. Make sure the API you are showing off is obvious, and that your code is short and concise.

Motivation

body {
font: normal 16px/20px "Helvetica Neue", Helvetica, sans-serif;
background: rgb(237, 237, 236);
margin: 0;
margin-top: 40px;
padding: 0;
}
section, header, footer {
display: block;
var dictionary = [
'the',
'of',
'and',
'to',
'a',
'in',
'for',
'is',
'on',