Team:NCTU Formosa/source/header/Test
From 2014.igem.org
(Difference between revisions)
(Created page with "<html> <style> .ch-item { width: 100%; height: 100%; border-radius: 50%; position: relative; box-shadow: 0 1px 2px rgba(0,0,0,0.1); cursor: default; }...") |
|||
Line 16: | Line 16: | ||
.ch-info-wrap{ | .ch-info-wrap{ | ||
position: absolute; | position: absolute; | ||
- | width: | + | width: 220px; |
- | height: | + | height: 220px; |
border-radius: 50%; | border-radius: 50%; | ||
perspective: 800px; | perspective: 800px; | ||
Line 32: | Line 32: | ||
.ch-info{ | .ch-info{ | ||
position: absolute; | position: absolute; | ||
- | width: | + | width: 220px; |
- | height: | + | height: 220px; |
border-radius: 50%; | border-radius: 50%; | ||
transition: all 0.4s ease-in-out; | transition: all 0.4s ease-in-out; | ||
Line 56: | Line 56: | ||
And again, the background images: | And again, the background images: | ||
.ch-img-1 { | .ch-img-1 { | ||
- | background-image: url(../ | + | background-image: url(background-image: url('https://static.igem.org/mediawiki/2014/d/d8/WIKI_8-1.jpg');; |
+ | } | ||
+ | |||
+ | .ch-img-11 { | ||
+ | background-image: url(background-image: url('https://static.igem.org/mediawiki/2014/d/d8/WIKI_8-1.jpg');; | ||
} | } | ||
Revision as of 13:35, 12 October 2014