CSS to set A4 paper size · CSS body { background: rgb(204,204,204); } page[size="A4"] { background: white; width: 21cm; height: 29.7cm; display: block; margin: 0 ...
確定! 回上一頁