(Created page with "<html lang="en"> <head> <meta charset="utf-8"> <style> →Back to top button: #back-top { position: fixed; bottom...") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
position: fixed; | position: fixed; | ||
bottom: 30px; | bottom: 30px; | ||
− | + | left: 50px; | |
} | } | ||
#back-top a { | #back-top a { | ||
− | width: | + | width: 50px; |
display: block; | display: block; | ||
text-align: center; | text-align: center; | ||
Line 35: | Line 35: | ||
#back-top span { | #back-top span { | ||
− | width: | + | width: 50px; |
− | height: | + | height: 50px; |
display: block; | display: block; | ||
margin-bottom: 7px; | margin-bottom: 7px; | ||
background: url('https://static.igem.org/mediawiki/2016/2/2a/T--Freiburg--dinodown.png') no-repeat center center; | background: url('https://static.igem.org/mediawiki/2016/2/2a/T--Freiburg--dinodown.png') no-repeat center center; | ||
+ | background-size: 50px; | ||
/* rounded corners */ | /* rounded corners */ | ||
-webkit-border-radius: 15px; | -webkit-border-radius: 15px; | ||
Line 52: | Line 53: | ||
#back-top a:hover span { | #back-top a:hover span { | ||
background: url('https://static.igem.org/mediawiki/2016/e/e3/T--Freiburg--dinoup.png') no-repeat center center; | background: url('https://static.igem.org/mediawiki/2016/e/e3/T--Freiburg--dinoup.png') no-repeat center center; | ||
+ | background-size: 50px; | ||
} | } | ||
</style> | </style> |
Latest revision as of 21:21, 18 October 2016