File tree Expand file tree Collapse file tree 1 file changed +16
-6
lines changed
Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change 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 - 10 px );
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 ;
You can’t perform that action at this time.
0 commit comments