Skip to content

Instantly share code, notes, and snippets.

View jchck's full-sized avatar

justin chick jchck

  • Brooklyn, NY
View GitHub Profile
/*This gives you a kinda wonky shape*/
#stuff{
-moz-border-radius: 1em 4em 1em 4em;
border-radius: 1em 4em 1em 4em;
-o-border-radius: 1em 4em 1em 4em;
}
/*This gives you an oval shape*/
#stuff{
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-o-border-radius: 15px;
}
@jchck
jchck / plugin.php
Created October 23, 2012 16:31
WP Plugin
<?php
/*
Plugin Name:JustinChick Setup
Plugin URI: http://justinchick.com
Description:Set up custom functions for all Justin's sites, yay!
Version: 1.0
Author: Justin Chick
Author URI: http://justinchick.com
*/
/*Add Content After This*/