Team:UCLA/Template/CSS test

From 2014.igem.org

(Difference between revisions)
Line 491: Line 491:
<!-- PINNED SIDE MENU -->
<!-- PINNED SIDE MENU -->
 +
body {
 +
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
 +
    font-weight: 500;
 +
    font-size: 1.1em;
 +
    color: #34495E;
 +
    background-color: #ECF0F1;
 +
}
 +
 +
div.wrapp{
 +
    width: 70%;
 +
    margin: 0 auto;
 +
}
 +
 +
p {
 +
    margin-bottom: 4em;
 +
}
 +
 +
.logo{
 +
    max-width: 100%;
 +
}
div.toolbar-wrapp{
div.toolbar-wrapp{
     position: fixed;
     position: fixed;

Revision as of 22:41, 4 August 2014