Template:Team:NTNU-Trondheim/Press/css

From 2013.igem.org

(Difference between revisions)
Line 32: Line 32:
div.col14 {width: 10px;}
div.col14 {width: 10px;}
-
div.circletag {
+
.round {
-
    display: block;
+
display: inline-block;
-
    width: 40px;
+
position: relative;
-
    height: 40px;
+
overflow: hidden;
-
    background: #E6E7ED;
+
width: 300px;
-
    -moz-border-radius: 20px;
+
height: 300px;
-
    -webkit-border-radius: 20px;
+
-moz-border-radius: 300px;
 +
border-radius: 300px;
 +
-webkit-border-radius: 300px;
 +
}
 +
 
 +
.rounded-corners {
 +
display: inline-block;
 +
position: relative;
 +
overflow: hidden;
 +
-moz-border-radius: 50px;
 +
border-radius: 50px;
 +
-webkit-border-radius: 50px;
}
}
-
div.circletag.img {
 
}
}
</style>
</style>
</html>
</html>

Revision as of 06:27, 2 October 2013