Team:UCLA/Aal/Csstemplate

From 2014.igem.org

(Difference between revisions)
Line 26: Line 26:
.sidebar{
.sidebar{
background-color: #7FFFD4;
background-color: #7FFFD4;
 +
}
 +
.test2{
 +
background-color:red;
 +
width:600px;
 +
height:50px;
 +
border: 2px solid #0000FF;
 +
border-radius: 25px;
 +
padding: 10px 40px;
 +
margin-bottom: 20px;
 +
margin-top: 20px;
 +
margin-left:20px;
 +
margin-right:20px;
 +
}
 +
.test2 > p {
 +
font-family: "Comic Sans MS", cursive, sans-serif;
}
}
</style>
</style>
</html>
</html>

Revision as of 23:08, 6 August 2014