Team:TU-Delft/Templates/Style

From 2013.igem.org

(Difference between revisions)
Line 282: Line 282:
}
}
 +
.box {
 +
border: 1px solid #888;
 +
padding: 5px;
 +
margin-bottom: 10px;
 +
-moz-border-radius: 10px;
 +
border-radius: 10px;
 +
-moz-box-shadow: 0 0 8px #888;
 +
-webkit-box-shadow: 0 0 8px #888;
 +
box-shadow: 0 0 8px #888;
 +
}
 +
 +
.box {
 +
margin-right: 5px;
 +
margin-left: 5px;
 +
}
</style>
</style>
</html>
</html>

Revision as of 13:53, 1 August 2013