Skip to content

Instantly share code, notes, and snippets.

@nhuhoai
nhuhoai / bootstrap-bs-example.css
Last active June 21, 2017 09:30 — forked from Mithrandir0x/gist:3619682
"Example" style used in Bootstrap documentation.
.bs-example {
position: relative;
margin: 15px 0;
padding: 39px 19px 14px;
background-color: white;
border: 1px solid #DDD;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}