Skip to content

Instantly share code, notes, and snippets.

View benjohnson's full-sized avatar

Ben Johnson benjohnson

View GitHub Profile
.container {
background: orange;
margin-bottom: 20px;
}
.float-left {
background: green;
height: 200px;
width: 200px;
float: left;
div {
background: orange;
}
label {
background: purple;
}
table {
word-break:break-all;
width: 600px;
}
.box { overflow: hidden; margin-bottom: 30px; width: 980px; }
.img {
display: inline-block;
width: 25%;
vertical-align: middle;
margin-right: 1%;
}
.inner {
.box { overflow: hidden; margin-bottom: 30px; }
.img {
display: inline-block;
width: 300px;
vertical-align: middle;
}
.inner {
background: orange;
.image {
background: orange;
width:300px;
height:300px;
float: left;
}
.text {
background: purple;
.container {
display: inline-block;
}
.stuff {
font-size: 24px;
background: orange;
display: block;
position: absolute;
top: 50px;
left: 50px;
}
.padding {
@benjohnson
benjohnson / dabblet.css
Created February 25, 2013 21:34
Untitled
body { font-size: 35px; font-family: Helvetica; }
.tabs {
background: orange;
margin: 0;
padding:0;
position: relative;
margin-top: -2px;
bottom: -5px;
z-index: 1;
@benjohnson
benjohnson / dabblet.css
Created February 21, 2013 19:01
Untitled
body { font-size: 35px; }
.tabs { background: orange; margin: 0; padding:0 }
.tabs li {
float: left;
background: blue;
margin-right: 20px;
list-style-type: none;
position: relative;