sonuprasad commited on
Commit
933e24e
1 Parent(s): 0c96726

Upload static\css\home.css with huggingface_hub

Browse files
Files changed (1) hide show
  1. static//css//home.css +48 -0
static//css//home.css ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* body{
2
+ background-image: url('./image/imgage.jpg');
3
+ background-size: cover;
4
+ background-repeat: no-repeat;
5
+ background-position: center;
6
+
7
+
8
+ }
9
+
10
+ .container {
11
+ width: 50%;
12
+ margin: 0 auto;
13
+ padding: 20px;
14
+ text-align: center;
15
+ }
16
+
17
+ h1 {
18
+ font-family: Arial, sans-serif;
19
+ color: #333;
20
+ }
21
+
22
+ input[type="file"] {
23
+ display: none;
24
+ }
25
+
26
+ .file-label {
27
+ background-color: #007bff;
28
+ color: #fff;
29
+ padding: 10px 20px;
30
+ border-radius: 5px;
31
+ cursor: pointer;
32
+ font-weight: bold;
33
+ }
34
+
35
+ .detect-button {
36
+ margin-top: 20px;
37
+ background-color: #28a745;
38
+ color: #fff;
39
+ padding: 10px 20px;
40
+ border-radius: 5px;
41
+ border: none;
42
+ cursor: pointer;
43
+ font-weight: bold;
44
+ }
45
+
46
+ .detect-button:hover {
47
+ background-color: #218838;
48
+ } */