Spaces:
Runtime error
Runtime error
Update style.css
Browse files
style.css
CHANGED
@@ -1,16 +1,21 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
3 |
}
|
4 |
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
}
|
11 |
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
|
|
|
|
|
|
16 |
}
|
|
|
1 |
+
|
2 |
+
body {
|
3 |
+
background-image: url('BK.jpg');
|
4 |
+
background-size: cover;
|
5 |
}
|
6 |
|
7 |
+
input[type="text"] {
|
8 |
+
background-color: #f2f2f2;
|
9 |
+
color: #333;
|
10 |
+
border: 1px solid #ccc;
|
11 |
+
border-radius: 5px;
|
12 |
}
|
13 |
|
14 |
+
button {
|
15 |
+
background-color: #007bff;
|
16 |
+
color: #fff;
|
17 |
+
border: none;
|
18 |
+
border-radius: 5px;
|
19 |
+
padding: 10px 20px;
|
20 |
+
cursor: pointer;
|
21 |
}
|