DemahAlmutairi commited on
Commit
e12aa82
·
verified ·
1 Parent(s): 3567fb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -8
app.py CHANGED
@@ -38,17 +38,13 @@ h1, h2 {
38
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
39
  }
40
 
41
- input, select, textarea {
42
- border: 1px solid #3e606f;
43
- border-radius: 5px;
44
- padding: 10px;
45
- margin-bottom: 10px;
46
- width: 100%;
47
- }
48
-
49
  button {
50
  background-color: #3e606f;
51
  color: white;
 
 
 
 
52
  }
53
 
54
  button:hover {
 
38
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
39
  }
40
 
 
 
 
 
 
 
 
 
41
  button {
42
  background-color: #3e606f;
43
  color: white;
44
+ border: none;
45
+ border-radius: 5px;
46
+ padding: 10px 15px;
47
+ cursor: pointer;
48
  }
49
 
50
  button:hover {