Team:Dundee/inside/library
From 2014.igem.org
(Difference between revisions)
(One intermediate revision not shown) | |||
Line 83: | Line 83: | ||
height: 100%; | height: 100%; | ||
} | } | ||
+ | |||
+ | |||
+ | #toLeft{ | ||
+ | position: fixed; | ||
+ | width: 30%; | ||
+ | height: 20%; | ||
+ | } | ||
+ | |||
+ | |||
+ | #toLeft img { | ||
+ | position: absolute; | ||
+ | top: 800%; | ||
+ | left:-40%; | ||
+ | right: 0; | ||
+ | bottom: 0; | ||
+ | margin: auto; | ||
+ | width: 50%; | ||
+ | height: 50%; | ||
+ | } | ||
+ | |||
+ | #toRight{ | ||
+ | position: fixed; | ||
+ | width: 30%; | ||
+ | height: 20%; | ||
+ | } | ||
+ | |||
+ | |||
+ | #toRight img { | ||
+ | position: absolute; | ||
+ | top: 800%; | ||
+ | left:275%; | ||
+ | right: 0; | ||
+ | bottom: 0; | ||
+ | margin: auto; | ||
+ | width: 50%; | ||
+ | height: 50%; | ||
+ | } | ||
+ | |||
+ | |||
+ | #toStreet{ | ||
+ | position: fixed; | ||
+ | width: 30%; | ||
+ | height: 20%; | ||
+ | } | ||
+ | |||
+ | |||
+ | #toStreet img { | ||
+ | position: absolute; | ||
+ | top: 800%; | ||
+ | left: 150%; | ||
+ | right: 0; | ||
+ | bottom: 0; | ||
+ | margin: auto; | ||
+ | width: 50%; | ||
+ | height: 50%; | ||
+ | } | ||
+ | |||
</style> | </style> | ||
</head> | </head> | ||
Line 117: | Line 174: | ||
</a> | </a> | ||
</div> | </div> | ||
+ | |||
+ | <div id="toLeft"> | ||
+ | <a href="https://2014.igem.org/Team:Dundee/inside/school"> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/5/5f/Dun_ToSchool_L.jpg"> | ||
+ | </a> | ||
+ | </div> | ||
+ | |||
+ | <div id="toRight"> | ||
+ | <a href="https://2014.igem.org/Team:Dundee/inside/saloon"> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/7/74/Dun_ToSaloon_R.jpg"> | ||
+ | </a> | ||
+ | </div> | ||
+ | <div id="toStreet"> | ||
+ | <a href="https://2014.igem.org/Team:Dundee"> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/6/61/Dun_ToStreet.jpg"> | ||
+ | </a> | ||
+ | </div> | ||
<script> | <script> |
Latest revision as of 01:07, 18 October 2014