1 parent f74d47c commit 6d00f3dCopy full SHA for 6d00f3d
1 file changed
test.html
@@ -48,6 +48,14 @@
48
font-weight: 700;
49
font-size: 28px;
50
}
51
+
52
+ h2 {
53
+ font-size: 20px;
54
+ color: var(--primary-color);
55
+ margin: 15px 0 5px 0;
56
+ font-weight: 700;
57
+ align-self: flex-start;
58
+ }
59
60
.header-section {
61
width: 100%;
@@ -403,11 +411,12 @@ <h2>輸入法模式:</h2>
403
411
</div>
404
412
405
413
<div class="lookup-section">
406
- <h2>查碼練習</h2>
414
+ <h2>查碼區</h2>
407
415
<textarea id="phrase-input" placeholder="在此輸入或貼上一段文字..."></textarea>
408
416
<div id="encoding-results"></div>
409
417
410
-
418
419
+ <h2>練打區</h2>
420
<textarea class="text-output-area" id="text-output" placeholder="開始輸入練習吧!"></textarea>
421
422
<div class="input-area">
0 commit comments