Class: .page

From Turn.js Documentation
Jump to navigation Jump to search

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>