Skip to content

Commit 869e90f

Browse files
authored
Merge pull request #15 from Supravisor/deploy
add overlay for div elements
2 parents 00f9176 + 6ea23a7 commit 869e90f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

styles.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ body {
66
textarea {
77
height: 40vh;
88
}
9+
10+
#div-compare, #div-original {
11+
width: 90vw;
12+
position: absolute;
13+
top: 4em;
14+
}

0 commit comments

Comments
 (0)