Difference between revisions of "Team:Freiburg/Introduction"

Line 7: Line 7:
 
.figureinner a img {
 
.figureinner a img {
 
   position:relative;
 
   position:relative;
 +
}
 +
.figureinner img {
 +
  position:absolute;
 +
  left:0;
 +
  -webkit-transition: opacity 1s ease-in-out;
 +
  -moz-transition: opacity 1s ease-in-out;
 +
  -o-transition: opacity 1s ease-in-out;
 +
  transition: opacity 1s ease-in-out;
 
}
 
}
 
</style>
 
</style>

Revision as of 13:20, 27 October 2017