Skip to content

Instantly share code, notes, and snippets.

View gokhandemirhan's full-sized avatar

Gokhan Demirhan gokhandemirhan

View GitHub Profile
@gokhandemirhan
gokhandemirhan / _mixins.scss
Last active August 31, 2015 21:00 — forked from garyharan/_mixins.scss
Useful scss mixins (rounded corners, gradients, text-field, button)
@mixin box-shadow($top, $left, $blur, $color, $inset: false) {
@if $inset {
-webkit-box-shadow:inset $top $left $blur $color;
-moz-box-shadow:inset $top $left $blur $color;
box-shadow:inset $top $left $blur $color;
} @else {
-webkit-box-shadow: $top $left $blur $color;
-moz-box-shadow: $top $left $blur $color;
box-shadow: $top $left $blur $color;
}
<!doctype html>
<html>
<head>
<title> Youtube Playlist Generator </title>
<meta charset='utf-8'>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<style>
body {
font-family: helvetica;
/*margin:25px;*/

Contract Killer

The popular open-source contract for web designers and developers by Stuff & Nonsense

  • Originally published: 23/12/2008
  • Revised date: 15/12/2013
  • Original post