Team:Colombia/Team

From 2014.igem.org

Revision as of 02:13, 4 October 2014 by Camilog137 (Talk | contribs)

Wheeltz - CSS3 Navigational Wheel Menu

  • Home
  • iGEM
  • Facebook
  • Twitter

iGEM team

Deterministic
<a style="text-decoration: none; background-color: none; color: red;" href="https://2014.igem.org/Team:Colombia/Deterministic">Go! </a>
Stochastic
<a style="text-decoration: none; background-color: none; color: red;" href="https://2014.igem.org/Team:Colombia/Stochastic">Go! </a>
Parameters
<a style="text-decoration: none; background-color: none; color: red;" href="https://2014.igem.org/Team:Colombia/Parameters">Go! </a>
Scripting
<a style="text-decoration: none; background-color: none; color: red;" href="https://2014.igem.org/Team:Colombia/Scripting">Go! </a>


<script>

    $(".button-fill").hover(function () {
   $(this).children(".button-inside").addClass('full');

}, function() {

 $(this).children(".button-inside").removeClass('full');

});

   //@ sourceURL=pen.js
 </script>

</html>