Skip to content

Instantly share code, notes, and snippets.

@astik
astik / dabblet.css
Last active August 29, 2015 14:16
word wrap
/**
* word wrap
*/
.container {
background: rgba(2500, 150, 0, 0.5);
padding: 10px;
margin: 0 auto;
width: 180px;
margin:0 auto;
}
@astik
astik / dabblet.css
Last active August 29, 2015 14:11
Weird behavior with table and rowspan
/**
* Weird behavior with table and rowspan
*/
td {
background-color: orange;
width: 200px;
vertical-align: top;
}
tr + tr td {
background-color: blue;
@astik
astik / dabblet.css
Created August 25, 2014 12:52
Untitled
.b1 {
border: 1px solid #000000;
background: orange;
width:200px;
height: 200px;
border-radius: 50%;
vertical-align: middle;
text-align: center;
display: table-cell;
}