Difference between revisions of "Team:Newcastle/Team"

m (Test adding flippable div for baseball cards.)
Line 1: Line 1:
 
{{Newcastle}}
 
{{Newcastle}}
 
<html>
 
<html>
 +
<script src="https://cdn.rawgit.com/nnattawat/flip/master/dist/jquery.flip.min.js">
 
<style>
 
<style>
 
body {
 
body {
Line 10: Line 11:
 
</style>
 
</style>
 
<body>
 
<body>
<div class="column">
+
<div class="row">
<br><br>
+
<div class="cold-md-12">
 
<h2>Team</h2>
 
<h2>Team</h2>
 +
<div id="card">
 +
  <div class="front">
 +
    Front content
 +
  </div>
 +
  <div class="back">
 +
    Back content
 +
  </div>
 +
</div>
 +
</div>
 +
</div>
 
<h2>Advisors</h2>
 
<h2>Advisors</h2>
 
</div>
 
</div>
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 14:13, 21 September 2016