<?xml version="1.0" encoding="utf-8"?> | |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:ibooks="http://apple.com/ibooks/html-extensions" xmlns:epub="http://www.idpf.org/2007/ops"> | |
<head> | |
<style> | |
p{ | |
text-decoration: underline; | |
-webkit-text-underline-position: under; | |
float:left; | |
margin:10px; | |
background-color: #ddd; | |
line-height:3.0; | |
} | |
.rl{ | |
-webkit-writing-mode:vertical-rl; | |
} | |
.lr{ | |
-webkit-writing-mode:vertical-lr; | |
} | |
</style> | |
</head> | |
<body> | |
<p class="rl">「向見論治道書,<span>其間欲仿井田之意</span>,而科條州郡財賦之類<br/> | |
,此固為治之具。然施之當有次第。今日先務,恐當啟迪主心</p> | |
<p class="lr">「向見論治道書,<span>其間欲仿井田之意</span>,而科條州郡財賦之類<br/> | |
,此固為治之具。然施之當有次第。今日先務,恐當啟迪主心</p> | |
</body> | |
</html> | |