@charset "utf-8";
/*
   New Perspectives on HTML5 and CSS3, 7th Edition
   Tutorial 5
   Case Problem 1
   
   Author: Landin Jones  
   Date:  10/15/2023   
   
   Filename: gp_print.css

   This file contains the printer styles used with the sample
   comic book pages from Golden Pulps.

*/




/* Hidden Objects */

nav, footer, article {
	display: none;
}

section#sheet {
	width: 6in;
	margin-top: 0in;
	margin-bottom: 0in;
	margin-left: auto;
	margin-right: auto;
}







/* Comic Book Sheet Styles */

img.panelsize1 {
	width: 5in;
}

img.panelsize2 {
	width: 3in;
}

img.panelsize3 {
	width: 2in;
}

img.panelsize4 {
	width: 1.5in;
}






	





