Trkaga commited on
Commit
3a3af8a
·
verified ·
1 Parent(s): be492ad

Create static/style.css

Browse files
Files changed (1) hide show
  1. static/style.css +10 -0
static/style.css ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ body {
2
+ font-family: Arial;
3
+ text-align: center;
4
+ margin-top: 40px;
5
+ }
6
+
7
+ textarea {
8
+ width: 300px;
9
+ height: 100px;
10
+ }