Skip to content

Commit 6d00f3d

Browse files
authored
Add files via upload
1 parent f74d47c commit 6d00f3d

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

test.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@
4848
font-weight: 700;
4949
font-size: 28px;
5050
}
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+
}
5159

5260
.header-section {
5361
width: 100%;
@@ -403,11 +411,12 @@ <h2>輸入法模式:</h2>
403411
</div>
404412

405413
<div class="lookup-section">
406-
<h2>查碼練習</h2>
414+
<h2>查碼區</h2>
407415
<textarea id="phrase-input" placeholder="在此輸入或貼上一段文字..."></textarea>
408416
<div id="encoding-results"></div>
409417
</div>
410-
418+
419+
<h2>練打區</h2>
411420
<textarea class="text-output-area" id="text-output" placeholder="開始輸入練習吧!"></textarea>
412421

413422
<div class="input-area">

0 commit comments

Comments
 (0)