Skip to content

Instantly share code, notes, and snippets.

@brunogirin
brunogirin / Three Wise Monkeys.md
Last active March 18, 2022 16:24 — forked from malarkey/Three Wise Monkeys.md
Three Wise Monkeys (NDA)

Date: [date]

Between us [company name] and you [customer name].

Summary:

In short; neither of us will share any confidential information about each-other, by any means, with anyone else.

What’s confidential information?

@brunogirin
brunogirin / dabblet.css
Last active August 18, 2016 11:20
Scrolling content with scrolling search results
/**
* Scrolling content with scrolling search results
*/
html, body {
padding: 0;
margin: 0;
width: 100%;
height: 100%;
}
@brunogirin
brunogirin / dabblet.css
Created August 18, 2016 11:00
Two column scrolling content with header and footer
/**
* Two column scrolling content with header and footer
*/
html, body {
padding: 0;
margin: 0;
width: 100%;
height: 100%;
}
@brunogirin
brunogirin / dabblet.css
Created August 18, 2016 10:43
Simple scrolling content with header and footer
/**
* Simple scrolling content with header and footer
*/
html, body {
padding: 0;
margin: 0;
width: 100%;
height: 100%;
}