Class: .page: Difference between revisions

From Turn.js Documentation
Jump to navigation Jump to search
(Created page with "<yambe:breadcrumb>Turn CSS</yambe:breadcrumb>")
 
No edit summary
Line 1: Line 1:
This class describes every page. It provides a unique subclass for all the pages no matter its number. This subclass allows you to set the size of all the pages:
<pre class="css">
.flipbook{
width:800px;
height:600px;
}
.flipbook .page{
width:400px;
height:600px;
}
</pre>
<yambe:breadcrumb>Turn CSS</yambe:breadcrumb>
<yambe:breadcrumb>Turn CSS</yambe:breadcrumb>

Revision as of 04:52, 7 July 2012

This class describes every page. It provides a unique subclass for all the pages no matter its number. This subclass allows you to set the size of all the pages:

.flipbook{
	width:800px;
	height:600px;
}
.flipbook .page{
	width:400px;
	height:600px;
}

<yambe:breadcrumb>Turn CSS</yambe:breadcrumb>