Skip to content

Commit 7f1712b

Browse files
authored
Merge pull request #33 from Supravisor/deploy
adjust button position
2 parents a6b516f + 5fbc9b9 commit 7f1712b

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@ <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>
28-
<button>Diff</button>
29-
</div>
28+
</div>
3029

3130
</div>
3231
</body>

styles.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,11 @@ textarea {
2929
#div-original, #original {
3030
background: transparent;
3131
}
32+
33+
#buttons {
34+
position: absolute;
35+
top: 90vh;
36+
display: flex;
37+
width: 200px;
38+
gap: 40px;
39+
}

0 commit comments

Comments
 (0)