Skip to content

Commit a736513

Browse files
authored
Merge pull request #39 from Supravisor/deploy
style div elements
2 parents c0842bd + 8ff3998 commit a736513

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

styles.css

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,22 @@ body {
33
font-family: Arial;
44
}
55

6-
textarea {
7-
height: 40vh;
8-
}
9-
106
#div-compare, #div-original {
117
position: absolute;
128
top: 4em;
9+
border-radius: 7px;
10+
}
11+
12+
#div-compare {
13+
border: 5px solid rgba(255, 0, 0, 0.8);
14+
}
15+
16+
#div-original {
17+
border: 5px solid rgba(0, 0, 255, 0.75);
1318
}
1419

1520
#compare, #original {
16-
width: calc(100vw - 3em);
21+
width: calc(100vw - 3em - 10px);
1722
font-size: 1.5em;
1823
padding: 20px;
1924
}
@@ -23,13 +28,18 @@ textarea {
2328
}
2429

2530
#original {
26-
color: rgb(0, 0, 255, 0.75);
31+
color: rgba(0, 0, 255, 0.75);
2732
}
2833

2934
#div-original, #original {
3035
background: transparent;
3136
}
3237

38+
textarea {
39+
height: 40vh;
40+
border: none;
41+
}
42+
3343
#buttons {
3444
position: absolute;
3545
top: 90vh;

0 commit comments

Comments
 (0)