home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
207.233.110.77
/
207.233.110.77.tar
/
207.233.110.77
/
web15
/
tutorial.04
/
print.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2011-02-16
|
539b
|
24 lines
/*
New Perspectives on HTML and XHTML 5th Edition
Tutorial 4
Tutorial Case
Online Scrapbooks Style Sheet for Printed Output
Author: Amber White Jowers
Date: February 14, 2011
Filename: print.css
Supporting Files: none
*/
@page {size: 8.5in 11in portrait; margin: 0.5in}
#head, #links, address {display: none}
h1, h2, h3, h4, h5, h6 {font-family: sans-serif}
#sample_image {page-break-before: always;
text-align: center}
#sample_image img {width: 7in; height: 9.1in}