Skip to content

Instantly share code, notes, and snippets.

View fernandolozer's full-sized avatar

Fernando Lozer Lichtenheld fernandolozer

View GitHub Profile
@fernandolozer
fernandolozer / clear-terminal.js
Created September 12, 2017 17:31
Clean the terminal. Very usefull when using the nodemon and testing output on the terminal tested on mac
process.stdout.write('\033c');
@fernandolozer
fernandolozer / bs-callout.css
Created November 27, 2015 15:58
bs-callout from bootstrap documentation
.bs-callout {
padding: 20px;
margin: 20px 0;
border: 1px solid #eee;
border-left-width: 5px;
border-radius: 3px;
}
.bs-callout h4 {
margin-top: 0;
margin-bottom: 5px;