AItool commited on
Commit
1c3fbf9
·
verified ·
1 Parent(s): 68e9567

Upload 2 files

Browse files
static/images/banner.jpg ADDED
static/styles/style.css ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ @author: idoia lerchundi
3
+ */
4
+ input[type=message], input[type=email], input[type=text], textarea {
5
+ width: 100%;
6
+ padding: 12px;
7
+ border: 1px solid #ccc;
8
+ border-radius: 4px;
9
+ box-sizing: border-box;
10
+ margin-top: 6px;
11
+ margin-bottom: 16px;
12
+ resize: vertical;
13
+ }
14
+ button[type=submit] {
15
+ background-color: #04AA6D;
16
+ color: white;
17
+ padding: 12px 20px;
18
+ border: none;
19
+ border-radius: 4px;
20
+ cursor: pointer;
21
+ }
22
+ button[type=submit]:hover {
23
+ background-color: #45a049;
24
+ }
25
+ /* Hide Streamlit Branding */
26
+ #MainMenu {visibility: hidden;}
27
+ footer {visibility: hidden;}
28
+ header {visibility: hidden;}
29
+
30
+ .block-container{padding:0 20px 20px 20px}