Skip to content

Instantly share code, notes, and snippets.

View gbhasha's full-sized avatar

Galeel Bhasha Satthar gbhasha

View GitHub Profile
@gbhasha
gbhasha / dabblet.css
Created December 13, 2012 08:44
Untitled
.block {
float: left;
width: 200px;
height: 200px;
}
.pink { background: #ee3e64; }
.blue { background: #44accf; }
.green { background: #b7d84b; }
@gbhasha
gbhasha / dabblet.css
Created December 13, 2012 08:51
Untitled
.box { position: absolute; width: 200px; height: 200px; }
#box_1 { background: #ee3e64; top: 0; left: 0; }
#box_2 { background: #44accf; top: 0; right: 0; }
#box_3 { background: #b7d84b; bottom: 0; left: 0; }
#box_4 { background: #ebde52; bottom: 0; right: 0; }
@gbhasha
gbhasha / dabblet.css
Created December 13, 2012 08:57
Untitled
.box { position: absolute; width: 200px; height: 200px; }
#box_1 { background: #ee3e64; top: 0; left: 0; }
#box_2 { background: #44accf; top: 0; right: 0; }
#box_3 { background: #b7d84b; bottom: 0; left: 0; }
#box_4 { background: #ebde52; bottom: 0; right: 0; }
.orange { background: #f95b34; position: absolute; top: 39%; left: 41%; width: 40px; height: 40px; }
@gbhasha
gbhasha / dabblet.css
Created December 13, 2012 08:58
Untitled
.box { position: absolute; width: 200px; height: 200px; }
#box_1 { background: #ee3e64; top: 0; left: 0; }
#box_2 { background: #44accf; top: 0; right: 0; }
#box_3 { background: #b7d84b; bottom: 0; left: 0; }
#box_4 { background: #ebde52; bottom: 0; right: 0; }
.orange { background: #f95b34; position: absolute; top: 39%; left: 41%; width: 40px; height: 40px; }
@gbhasha
gbhasha / dabblet.css
Created December 13, 2012 08:58
Untitled
.block {float: left;width: 200px;height: 200px; }
.pink { background: #ee3e64; }
.blue { background: #44accf; }
.green { background: #b7d84b; }
@gbhasha
gbhasha / SassMeister-input.scss
Created November 6, 2014 05:43
Generated by SassMeister.com.
// ----
// Sass (v3.4.7)
// Compass (v1.0.1)
// ----
// Alias
// ------
$config__tile: (
"active": (
"background-color": #4C9CEA,
@gbhasha
gbhasha / SassMeister-input.scss
Created November 11, 2014 08:25
Generated by SassMeister.com.
// ----
// libsass (v3.0.1)
// ----
$economy-color: #cccccc;
$premiere-color: #622720;
$firstclass-color: #421E19;
$white: #fff;
@gbhasha
gbhasha / SassMeister-input.scss
Last active August 29, 2015 14:09
Generated by SassMeister.com.
// ----
// libsass (v3.0.1)
// ----
//
// Icon Font: fontcustom
//
@font-face {
font-family: "fontcustom";
@gbhasha
gbhasha / SassMeister-input.scss
Created March 10, 2015 04:57
Generated by SassMeister.com.
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----
$spacing-unit: 24px;
$spacing-unit-tiny: round(0.25 * $spacing-unit);
$spacing-unit-small: round(0.5 * $spacing-unit);
$spacing-unit-large: round(2 * $spacing-unit);
@gbhasha
gbhasha / SassMeister-input-HTML.html
Created April 27, 2015 13:19
Generated by SassMeister.com.
<div class="gray-base"></div>
<div class="gray-darker"></div>
<div class="gray-dark"></div>
<div class="gray"></div>
<div class="gray-light"></div>
<div class="gray-lighter"></div>