Skip to content

Instantly share code, notes, and snippets.

View el-Darado's full-sized avatar

el0Darado el-Darado

View GitHub Profile
@el-Darado
el-Darado / jQuery.newPlugin.js
Created August 24, 2017 19:23 — forked from agragregra/jQuery.newPlugin.js
jQuery New Plugin
$.fn.myNewPlugin = function() {
return this.each(function() {
// Do something to each element here.
});
};
@el-Darado
el-Darado / button.sass
Created August 24, 2017 19:21 — forked from agragregra/button.sass
Button Sass Styles (Universal Starter)
.button
display: inline-block
border: none
color: #fff
text-decoration: none
background-color: $accent
padding: 15px 45px
font-size: 13px
text-transform: uppercase
font-weight: 600