Difference between revisions of "Team:Oxford/Chemicals"

Line 7: Line 7:
 
<div align="center">
 
<div align="center">
 
<h2>Under construction</h2>
 
<h2>Under construction</h2>
 +
</div>
 +
<div class="container">
 +
  <h3>Popover Example</h3>
 +
  <a href="#" title="Header" data-toggle="popover" data-content="Some content">Click Me</a><br>
 +
  <a href="#" title="Header" data-toggle="popover" data-trigger="hover" data-content="Some content">Hover over me</a>
 
</div>
 
</div>
  
 +
<script>
 +
$(document).ready(function(){
 +
    $('[data-toggle="popover"]').popover();
 +
});
 +
</script>
 
</body>
 
</body>
  
 
</html>
 
</html>

Revision as of 19:09, 26 September 2016

iGEM Oxford 2016 - Cure for Copper

Under construction

Popover Example

Click Me
Hover over me