blob: 4f3cecb27ce1f243030edae98fa4ea753a6894ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<!DOCTYPE html>
<html lang="ja">
<meta charset="UTF-8">
<title>Dynamic break point change in ruby</title>
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
<link rel="stylesheet" href="support/ruby-common.css">
<style>
#test {
border: 1px solid;
text-align: center;
width: 2.5em;
}
</style>
<div id="test">
<p>一二三四五六七八</p>
<p>一二三四五六七八</p>
</div>
|