Created
December 18, 2012 13:09
-
-
Save albyr/4327854 to your computer and use it in GitHub Desktop.
Example CSS file for Little Printer publications.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
margin: 0px; /* This prevents WebKit from adding an eight-pixel margin to your publication. */ | |
padding: 0px; | |
border: 0px; | |
font-size: 24px; /* Twenty-four pixels is about as small as you want to go for text to still be legible. */ | |
font-family:'Times'; /* Select your fonts from BERG's list: http://remote.bergcloud.com/developers/style_guide/fonts. */ | |
} | |
.page { /* Enclose your entire publication in this DIV (e.g. "<div class='page'>") to prevent your publication being too wide. */ | |
width: 384px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment