We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6b516f + 5fbc9b9 commit 7f1712bCopy full SHA for 7f1712b
index.html
@@ -22,11 +22,10 @@ <h2>Diff checker</h2>
22
<textarea id="original">Code test 32 ...</textarea>
23
</div>
24
25
- <div>
+ <div id="buttons">
26
<button>Hide Original</button>
27
<button>Hide Compare</button>
28
- <button>Diff</button>
29
-</div>
+ </div>
30
31
32
</body>
styles.css
@@ -29,3 +29,11 @@ textarea {
#div-original, #original {
background: transparent;
}
+
33
+#buttons {
34
+ position: absolute;
35
+ top: 90vh;
36
+ display: flex;
37
+ width: 200px;
38
+ gap: 40px;
39
+}
0 commit comments