Skip to content

Instantly share code, notes, and snippets.

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

mohitesachin217 mohitesachin217

🏠
Working from home
View GitHub Profile
.main-wrapper { width:100%; background:#d9f0ff; left:0; right:0; top:0; bottom:0; height:auto; box-shadow: 0 0 15px 2px #406680; }
@mohitesachin217
mohitesachin217 / 0_reuse_code.js
Created June 13, 2016 11:08
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
#clearfix{
content: ".";
visibility: hidden;
display: block;
height: 23px;
clear:both;
}