Skip to content

Instantly share code, notes, and snippets.

View saji89's full-sized avatar

Saji Nediyanchath saji89

View GitHub Profile
@saji89
saji89 / dabblet.css
Created January 16, 2013 12:31
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body { width: 0; margin: 5% auto; background: #212e36; }
.ixlogo {
font-size: 3em; /* <--- EDIT THIS TO RESIZE */
font-family: Arial Black, sans-serif; font-weight: 900;
@saji89
saji89 / dabblet.css
Created January 23, 2012 09:48
Pointed Corner using css border only
/**
* Pointed Corner using css border only
*/
.test-div {
margin: 24px 100px 0;
}
.test-div .price:before {
border-right: 35px solid #25A0DA;
border-top: 24px solid transparent;