Skip to content

Instantly share code, notes, and snippets.

View cjstage's full-sized avatar

Chris Stage cjstage

View GitHub Profile
@digiltd
digiltd / _forms.scss
Created October 21, 2014 09:27
css3 toggle switch for gravityforms checkbox
// ==========================================================================
// Gravity Forms checkbox switch
// CSS Switches http://callmenick.com/2014/05/13/css-toggle-switch-examples/
// ==========================================================================
.m-toggle .gfield_checkbox input {
position: absolute;
margin-left: -9999px;
visibility: hidden;
}
@lancejpollard
lancejpollard / meta-tags.md
Created March 5, 2012 13:54
Complete List of HTML Meta Tags

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

Basic HTML Meta Tags

<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">
<meta name="language" content="ES">