blob: 4e1a4999681faa1ba905fd8284326071c0ab571f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference Case</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<style>
@page {
size: 2in 3in;
margin: 0.1in;
}
html {
height: 100%;
box-sizing: border-box;
border: 5px solid black;
}
</style>
<div>
Text
</div>
|