Skip to content

Instantly share code, notes, and snippets.

@bigthyme
Created August 8, 2012 18:25
Show Gist options
  • Save bigthyme/3297298 to your computer and use it in GitHub Desktop.
Save bigthyme/3297298 to your computer and use it in GitHub Desktop.
CSS for Bootstrap Example
html, body {
height: 100%;
background-color: #d8d8d8;
}
.top_bar {
height: 2.1em;
font-size: 1.5em;
min-width: 100%;
background-color:#dbdbdb;
text-align: center;
border-radius: 0.2em;
/*Mozilla Firefox, Chrome and Safari Compatibility*/
-moz-border-radius: 0.2em;
-webkit-border-radius: 0.2em;
}
.main_container{
-moz-border-radius: 0.2em;
-webkit-border-radius: 0.2em;
border-radius: 0.2em;
background-color: #fff;
border: 1px double rgba(0,0,0,0.23);
min-width: 100%;
font-family: "Helvetica Neue",Arial,Verdana,sans-serif;
color: #535353;
text-align:center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment