Template:Team:Waterloo/CSS/TopBar

From 2014.igem.org

(Difference between revisions)
Line 58: Line 58:
.spacer {
.spacer {
   height: 80px;
   height: 80px;
 +
}
 +
img#toTop{
 +
  height: 30px;
 +
  position: fixed;
 +
  bottom: 5%;
 +
  float: right;
 +
  right: 2%;
 +
-webkit-transition: height 0.5s; /* For Safari 3.1 to 6.0 */
 +
  transition: height 0.5s;
 +
  z-index:999;
}
}
</style>
</style>
</head>
</head>
</html>
</html>

Revision as of 00:07, 17 October 2014