Team:UCLA/Template/CSS test

From 2014.igem.org

(Difference between revisions)
Line 443: Line 443:
}
}
 +
<!--DIV BOXES-->
 +
input {
 +
    display: inline-block;
 +
    box-sizing: border-box;
 +
}
 +
.textbox {
 +
    background-color: #000000;
 +
margin-left: 160px;
 +
margin-right: 920px;
 +
padding-bottom: 8px;
 +
padding-left: 8px;
 +
padding-right: 8px;
 +
padding-top: 8px;
 +
height: 600px;
 +
width:400px;
 +
overflow:auto;
 +
font-family: 'Open Sans Condensed', sans-serif;
 +
}
<!--TEARABLE CLOTH-->
<!--TEARABLE CLOTH-->

Revision as of 22:45, 5 August 2014