Skip to content

Commit 197cb79

Browse files
committed
Style improvements
1 parent 6f8fac7 commit 197cb79

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

style.css

+19-2
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,33 @@
1+
body {
2+
margin-top: 8%;
3+
}
14
#text-output {
2-
min-height: 200px;
5+
min-height: 250px;
36
border-radius: 3px;
47
padding: 10px;
58
word-wrap: break-word;
69
text-align: left;
10+
border: 1px solid rgba(255, 0, 0, 0.5);
11+
box-shadow: 5px 5px 5px 0px rgba(10, 10, 10, 0.4);
12+
/* box-shadow: 5px 5px 5px 0px rgba(255, 0, 0, 0.3); */
713
}
814

915
#text-input {
10-
min-height: 200px;
16+
min-height: 250px;
17+
border: 1px solid rgba(0, 0, 255, 0.5);
18+
box-shadow: 5px 5px 5px 0px rgba(10, 10, 10, 0.4);
19+
/* box-shadow: 5px 5px 5px 0px rgba(0, 0, 255, 0.3); */
1120
}
1221

1322
.editor .col {
1423
max-width: 50%;
1524
flex-basis: 50%;
1625
}
1726

27+
.row .col button {
28+
border: 0.5px solid rgba(0, 0, 0, 0.3);
29+
}
30+
1831
.bold {
1932
font-weight: bold;
2033
}
@@ -27,3 +40,7 @@
2740
text-decoration: underline;
2841
}
2942

43+
.active {
44+
font-weight: 500;
45+
/* background-image: linear-gradient(90deg, rgba(255, 255, 0, 0.5), lightblue); */
46+
}

0 commit comments

Comments
 (0)