Skip to content

Instantly share code, notes, and snippets.

@linebreaker
linebreaker / index.html
Created October 15, 2017 19:52
Responsive scaling
<!DOCTYPE html>
<html lang="en">
<!--header-->
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
@linebreaker
linebreaker / index.html
Created October 15, 2017 19:52
Micro Interaction
<div class="more">
<svg width="32px" height="32px" viewBox="0 0 32 32">
<circle cx="16" cy="16" r="15"></circle>
<g id="plus">
<path d="M16,11 L16,21"></path>
<path d="M11,16 L21,16"></path>
</g>
</svg>
</div>
@linebreaker
linebreaker / collection-of-animated-loaders.markdown
Created October 12, 2017 22:26
Collection of animated loaders

Collection of animated loaders

Inspired by this article, except I've tried to create one element (no cheating with pseudos) versions. Not meant to reproduce the loaders in the article exactly and may have poorer browser support.

A Pen by gdg on CodePen.

License.

@whitingx
whitingx / meta-tags.md
Created October 5, 2012 16:41 — forked from kevinSuttle/meta-tags.md
Complete List of HTML Meta Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta charset='UTF-8'>
<meta name='keywords' content='your, tags'>
<meta name='description' content='150 words'>
<meta name='subject' content='your website's subject'>
<meta name='copyright' content='company name'>