From 2014.igem.org
(Difference between revisions)
|
|
Line 92: |
Line 92: |
| border-radius:100px; | | border-radius:100px; |
| } | | } |
- | .bigpp{
| |
- | position:absolute;
| |
- | top:0px;
| |
- | left:130px;
| |
- | width:300px;
| |
- | height:300px;
| |
- | border:solid thin black;
| |
- | border-radius:10px;
| |
- |
| |
- | }
| |
- |
| |
- |
| |
- | #pic{
| |
- | position:absolute;
| |
- | top:0px;
| |
- | left:0px;
| |
- | width:100px;
| |
- | height:100px;
| |
- | border-radius:10px;
| |
- | }
| |
- | #picbig{
| |
- | position:relative;
| |
- | top:0px;
| |
- | left:0px;
| |
- | width:200px;
| |
- | height:200px;
| |
- | border-radius:10px;
| |
- | -webkit-transition:width 0.3s linear 0s;
| |
- | transition:width 0.3s linear 0s;
| |
- | z-index:60;
| |
- |
| |
- |
| |
- | }
| |
- | #pic:hover + #picbig{
| |
- | position:absolute;
| |
- | top:0px;
| |
- | left:0px;
| |
- | width:300px;
| |
- | height:300px;
| |
- | }
| |
- |
| |
| | | |
| | | |
| </style> | | </style> |
| </html> | | </html> |
Revision as of 18:28, 26 September 2014