Template:CSS/MainStyle

From 2014.igem.org

(Difference between revisions)
Line 82: Line 82:
}
}
 +
 +
 +
 +
#column1-wrap {
 +
    float: left;
 +
    width: 100%;
 +
}
 +
#column1 {
 +
    background-color: cyan;
 +
    margin-right: 200px;
 +
}
 +
#column2 {
 +
    background-color: lime;
 +
    float: left;
 +
    width: 200px;
 +
    margin-left: -200px;
 +
}
 +
#clear {
 +
    clear: both;
 +
}
</style>
</style>
</html>
</html>

Revision as of 19:50, 14 July 2014