Skip to content

Commit dc1979b

Browse files
authored
add textarea height
1 parent 799e956 commit dc1979b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
body {
33
font-family: Arial;
44
}
5+
6+
textarea {
7+
height: 40vh;
8+
}

0 commit comments

Comments
 (0)