Skip to content

Commit 96de243

Browse files
authored
add overlay for div elements
1 parent dc1979b commit 96de243

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: 2em;
14+
}

0 commit comments

Comments
 (0)