<!doctype html> | |
<head> | |
<style> | |
span { | |
border-width: 21px 30px 30px 21px; | |
font-size:86px; | |
margin: 30px; | |
-webkit-border-image: url("../borders/resources/border-image.png") 21 30 30 21 repeat repeat; | |
} | |
</style> | |
</head> | |
<body style="padding:50px; line-height:2; -webkit-writing-mode: vertical-rl"> | |
<span><div style="display:inline-block;height:25px"></div><br><div style="display:inline-block;height:50px"></div></span> |