banao-tech commited on
Commit
0c6540b
·
verified ·
1 Parent(s): b26c8f4

Create style.css

Browse files
Files changed (1) hide show
  1. frontend/style.css +13 -0
frontend/style.css ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ body {
2
+ margin: 0;
3
+ background: #111;
4
+ color: white;
5
+ display: flex;
6
+ }
7
+ #ui {
8
+ padding: 20px;
9
+ }
10
+ input, button {
11
+ padding: 10px;
12
+ font-size: 16px;
13
+ }