Skip to content

Instantly share code, notes, and snippets.

View gustaff-weldon's full-sized avatar

Good stuff and well done! gustaff-weldon

View GitHub Profile
.box {
height: 150px;
width: 300px;
margin: 20px;
border: 1px solid #ccc;
}
.top {
box-shadow: 0 -5px 5px -5px #333;
}
@gustaff-weldon
gustaff-weldon / dabblet.css
Last active August 29, 2015 14:15
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.wrapper {
height: 500px;
background: #f3f3f3;
width: 1200px;
margin: 20px auto;
display: flex;
justify-content:space-between;
@gustaff-weldon
gustaff-weldon / dabblet.css
Last active August 29, 2015 14:15
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.wrapper {
height: 500px;
background: #f3f3f3;
width: 1200px;
margin: 20px auto;
display: flex;
justify-content:space-between;
@gustaff-weldon
gustaff-weldon / dabblet.css
Created February 11, 2015 09:42
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.wrapper, section, aside {
height: 200px;
}
.wrapper {
background: #f3f3f3;
width: 1200px;
@gustaff-weldon
gustaff-weldon / dabblet.css
Created September 26, 2014 09:50
Untitled
.content-box-light:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.ad-box {
padding: 10px 15px;
@gustaff-weldon
gustaff-weldon / dabblet.css
Created September 26, 2014 09:39
Background and opacity transitions
/**
* Background and opacity transitions
*/
.container {
background: rgba( 255, 150, 10, 100);
overflow: hidden;
}
.box {
float: left;
@gustaff-weldon
gustaff-weldon / dabblet.css
Last active August 29, 2015 14:06
Background and opacity transitions
/**
* Background and opacity transitions
*/
.container {
background: rgba( 255, 150, 10, 100);
overflow: hidden;
}
.box {
float: left;
@gustaff-weldon
gustaff-weldon / dabblet.css
Created September 18, 2014 09:40
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.container {
height: 300px;
width: 300px;
box-shadow: inset 0px 0px 0px 10px #d7af0a
}
@gustaff-weldon
gustaff-weldon / dabblet.css
Created September 11, 2014 08:14 — forked from vuhrmeister/dabblet.css
Untitled
.dumb {
font-size: 1.2em;
color: white;
background: #3A44BE;
padding: .1em 0;
box-shadow: 10px 0 #3A44BE,-10px 0 #3A44BE,10px 5px #FFE000,-10px 5px #FFE000;
}
body {
font-family: Arial;
@gustaff-weldon
gustaff-weldon / dabblet.css
Created August 29, 2014 10:26
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.container {
height: 300px;
width: 300px;
border: 10px solid #aaa;
position: relative;
}