Skip to content

Instantly share code, notes, and snippets.

@lucasad
lucasad / dabblet.css
Created August 7, 2013 19:58
CSS Calendar
/**
* CSS Calendar
*/
.cal {
width: 14.4375rem;
border: solid black;
border-width: 0 1px 1px 0;
}
@lucasad
lucasad / dabblet.css
Created August 1, 2013 19:17
CSS Calendar
/**
* CSS Calendar
*/
.cal {
width: 14.4375rem;
border: solid black;
border-width: 0 1px 1px 0;
}
@lucasad
lucasad / dabblet.css
Created May 28, 2013 04:11
CSS Modals (no Javascript)
/**
* CSS Modals (no Javascript)
*/
.modal-input, .modal-outer, .modal-inner
{
display: none;
}
:checked + .modal-outer {