mkoot007 commited on
Commit
e045f74
·
1 Parent(s): 46caf8f

Delete style.css

Browse files
Files changed (1) hide show
  1. style.css +0 -21
style.css DELETED
@@ -1,21 +0,0 @@
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
- }