Skip to content

Instantly share code, notes, and snippets.

View edgar971's full-sized avatar
👨‍🚀

Edgar Pino edgar971

👨‍🚀
View GitHub Profile
@edgar971
edgar971 / grid
Created April 11, 2015 04:11
A Dynamic Columns in CSS
.columns {
> * {
float: left;
}
//1 columnn
> *:nth-child(1):nth-last-child(1) {
width: 100% ;
@edgar971
edgar971 / frontendDevlopmentBookmarks.md
Created October 30, 2015 00:49 — forked from dypsilon/frontendDevlopmentBookmarks.md
A badass list of frontend development resources I collected over time.