forked from w3c/csswg-drafts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathruby-mono.html
More file actions
27 lines (23 loc) · 761 Bytes
/
ruby-mono.html
File metadata and controls
27 lines (23 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<style>
body { font: 18px/1 Source Han Sans HW; text-align: center; display: flex; }
hr { margin: 0 1em; border: dashed silver 1px; }
body > .ruby { display: grid; grid-template-columns: auto auto; }
.ruby > * { display: flex; justify-content: center; }
.rb { font-size: 200%; }
.A { color: orange; }
i { font: inherit; border: solid 1px silver; margin: -0.5px; }
</style>
<div class=ruby>
<div class="rb A"><i>上</i></div>
<div class="rb B"><i>手</i></div>
<div class="rt A"><i>じ</i><i>ょ</i><i>う</i></div>
<div class="rt B"><i>ず</i></div>
</div>
<hr>
<div class=ruby>
<div class="rb A"><i>下</i></div>
<div class="rb B"><i>手</i></div>
<div class="rt A"><i>へ</i></div>
<div class="rt B"><i>た</i></div>
</div>