| <!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; | |
| border-style: solid; | |
| } | |
| </style> | |
| </head> | |
| <body style="padding:50px; line-height:2; -webkit-writing-mode: vertical-lr; -webkit-text-orientation: sideways-right;"> | |
| <span><div style="display:inline-block;height:25px"></div><br><div style="display:inline-block;height:50px"></div></span> |