Skip to content

Instantly share code, notes, and snippets.

View kyleparisi's full-sized avatar

Kyle Parisi kyleparisi

  • Newtown, PA
View GitHub Profile
@kyleparisi
kyleparisi / dabblet.css
Created January 28, 2014 17:11
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.btn {
width: 168px;
height: 48px;
text-align: center;
font-size: 24px;
-webkit-box-shadow: 0px 10px 0px 0px rgba(110, 6, 0, 0.75);
@kyleparisi
kyleparisi / dabblet.css
Created January 23, 2014 23:47
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.titleBar {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
height: 85px;
background-color: #BFAE90;
}
@kyleparisi
kyleparisi / gist:1524940
Created December 27, 2011 19:46
addSubview:
//addSubview:
//EXAMPLE
-(IBAction)products:(id)sender {
products = [[Products alloc] initWithNibName:@"Products" bundle:nil];
[self.view addSubview:products.view];
}
@kyleparisi
kyleparisi / gist:1521972
Created December 26, 2011 19:25
snippet 1
<a href></a>