Class: .page: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
<pre class="css"> | <pre class="css"> | ||
#flipbook{ | |||
width:800px; | width:800px; | ||
height:600px; | height:600px; | ||
} | } | ||
#flipbook .page{ | |||
width:400px; | width:400px; | ||
height:600px; | height:600px; | ||
Latest 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>