Team:UNITN-Trento/CSS/Project/Introduction

From 2013.igem.org

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

Revision as of 12:00, 23 September 2013

.container .sheet img { width: 90%; border: 2px solid white; box-shadow: 2px 2px 4px #323232; }