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;} | ||
- | + | .round { | |
- | + | display: inline-block; | |
- | + | position: relative; | |
- | + | overflow: hidden; | |
- | + | width: 300px; | |
- | + | height: 300px; | |
- | + | -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; | ||
} | } | ||
- | |||
} | } | ||
</style> | </style> | ||
</html> | </html> |
Revision as of 06:27, 2 October 2013