Team:Dundee/inside/saloon
From 2014.igem.org
(Difference between revisions)
Line 139: | Line 139: | ||
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%; | ||
+ | } | ||
+ | |||
+ | |||
+ | #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> |
Revision as of 01:11, 18 October 2014