Skip to content

Commit 7609eca

Browse files
authored
adjust button position
1 parent d9d56fa commit 7609eca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ <h2>Diff checker</h2>
2222
<textarea id="original">Code test 32 ...</textarea>
2323
</div>
2424

25-
<div>
25+
<div id="buttons">
2626
<button>Hide Original</button>
2727
<button>Hide Compare</button>
2828
<button>Diff</button>
29-
</div>
29+
</div>
3030

3131
</div>
3232
</body>

0 commit comments

Comments
 (0)