Team:UNITN-Trento/CSS/Project/Introduction

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
.container .sheet img {
.container .sheet img {
-
    max-width: 800px;
+
 
-
    border-radius: 1em;
+
border: 2px solid white;
-
    box-shadow: 0 0 4px white;
+
box-shadow: 2px 2px 4px #323232;
}
}

Revision as of 11:58, 23 September 2013

.container .sheet img {

border: 2px solid white; box-shadow: 2px 2px 4px #323232; }