Table of contents
- Foreword
- Introduction
- Chapter One - named pages
- Chapter Two - page orientation
- Chapter Three - page margins
- Conclusion
Foreword
This book is all about how the CSS @page
at-rule can help
with printing HTML books.
Introduction
This book is a concept to show how an HTML document can easily be printed out in pages.
Named pages
Lorem ipsum
Page Orientation
Lorem ipsum
Page Margins
There are 16 page margins that can be set:
- @top-left-corner
- @top-left
- @top-center
- @top-right
- @top-right-corner
- @left-top
- @left-middle
- @left-bottom
- @right-top
- @right-middle
- @right-bottom
- @bottom-left-corner
- @bottom-left
- @bottom-center
- @bottom-right
- @bottom-right-corner
They can be used to show what appears in these parts of the margin
Conclusion
Now go ahead and write books.