Difference between revisions of "Team:Virginia/Notebook"
Line 39: | Line 39: | ||
<!-- OTHER STRUCTURAL CODE GOES BELOW HERE → | <!-- OTHER STRUCTURAL CODE GOES BELOW HERE → | ||
− | + | <div id="book-wrapper"> | |
<div id="flipbook"> | <div id="flipbook"> | ||
<div class="hard"> Turn.js </div> | <div class="hard"> Turn.js </div> | ||
Line 50: | Line 50: | ||
<div class="hard"></div> | <div class="hard"></div> | ||
</div> | </div> | ||
− | + | </div> | |
− | + | <script type="text/javascript" src="http://www.turnjs.com/lib/turn.min.js"></script> | |
− | <script type="text/javascript" src="http://www.turnjs.com/lib/turn.min.js"> | + | <script type="text/javascript"> |
$("#flipbook").turn({ | $("#flipbook").turn({ | ||
width: 400, | width: 400, | ||
Line 253: | Line 253: | ||
} | } | ||
/* OTHER STYLE CODE GOES BELOW HERE */ | /* OTHER STYLE CODE GOES BELOW HERE */ | ||
+ | .book-wrapper { | ||
+ | width:100%; | ||
+ | height: 1500px; | ||
+ | background:#dddddd; | ||
+ | } | ||
+ | |||
/* SPECIFIC STYLE CODE ENDS HERE */ | /* SPECIFIC STYLE CODE ENDS HERE */ | ||
</style> | </style> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 17:11, 23 July 2015