Skip to content

Instantly share code, notes, and snippets.

View tatygrassini's full-sized avatar

tatygrassini tatygrassini

View GitHub Profile
@tatygrassini
tatygrassini / google_adsense 250x300.html
Created July 5, 2012 17:49
HTML: Google AdSense 250x300
<html>
<head>
<title>Google AdSense 250x300</title>
<style>
body {
background-color:transparent;
font-family:verdana,arial,sans-serif;
}
@tatygrassini
tatygrassini / config.rb
Created July 2, 2012 04:38
Sass: config file for Compass
# Require any additional compass plugins here.
# require 'modular-scale'
# Set this to the root of your project when deployed:
http_path = "/"
css_dir = "css"
sass_dir = "sass"
images_dir = "img"
javascripts_dir = "js"
@tatygrassini
tatygrassini / style.css
Created July 2, 2012 02:02 — forked from necolas/style.css
CSS: normalize.css
/* =============================================================================
HTML5 element display
========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }
/* =============================================================================
Base
@tatygrassini
tatygrassini / prestashop gitignore
Created February 17, 2012 16:59 — forked from prestarocket/prestashop gitignore
Prestashop gitignore
# This is a template .gitignore file for git-managed Prestashop projects. Inspired by micahwalter wordpress gitignore
#Ignore ds_store
*.DS_Store
# Ignore everything in the root except modules, themes and override.
/*
!modules/
!themes/