Skip to content

Instantly share code, notes, and snippets.

View viramgamijignesh's full-sized avatar
🏠
Working from home

viramgamijignesh

🏠
Working from home
View GitHub Profile
@viramgamijignesh
viramgamijignesh / date wise post filter as portfolio type
Last active January 16, 2018 07:37
date wise post filter as portfolio type
=============custom css===============
#portfolio {
margin: 1rem 0;
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 1rem;
-moz-column-gap: 1rem;
column-gap: 1rem;