DmitrMakeev commited on
Commit
b2bcd84
·
verified ·
1 Parent(s): 07b8412

Update settings.html

Browse files
Files changed (1) hide show
  1. settings.html +8 -8
settings.html CHANGED
@@ -4,19 +4,19 @@
4
  <meta charset="UTF-8">
5
  <title>Settings</title>
6
  <style>
7
- <style>
8
  body {
9
  font-family: Arial, sans-serif;
10
- background-color: #f4f4f4;
11
  margin: 0;
12
  padding: 0;
13
  }
14
  h1 {
15
- color: green;
16
- text-align: left;
17
  padding: 20px;
18
- background-color: #e0e0e0;
19
  margin: 0;
 
 
20
  }
21
  form {
22
  padding: 20px;
@@ -24,7 +24,7 @@
24
  label {
25
  display: block;
26
  margin-top: 10px;
27
- color: green;
28
  text-align: left;
29
  }
30
  input[type="text"] {
@@ -35,7 +35,7 @@
35
  border-radius: 4px;
36
  }
37
  button {
38
- background-color: green;
39
  color: white;
40
  padding: 10px 20px;
41
  border: none;
@@ -44,7 +44,7 @@
44
  margin-top: 20px;
45
  }
46
  button:hover {
47
- background-color: darkgreen;
48
  }
49
  </style>
50
  </head>
 
4
  <meta charset="UTF-8">
5
  <title>Settings</title>
6
  <style>
 
7
  body {
8
  font-family: Arial, sans-serif;
9
+ background-color: #f0f0f0;
10
  margin: 0;
11
  padding: 0;
12
  }
13
  h1 {
14
+ background-color: #4CAF50;
15
+ color: white;
16
  padding: 20px;
 
17
  margin: 0;
18
+ border-bottom: 2px solid #388E3C;
19
+ text-align: left;
20
  }
21
  form {
22
  padding: 20px;
 
24
  label {
25
  display: block;
26
  margin-top: 10px;
27
+ color: #4CAF50;
28
  text-align: left;
29
  }
30
  input[type="text"] {
 
35
  border-radius: 4px;
36
  }
37
  button {
38
+ background-color: #4CAF50;
39
  color: white;
40
  padding: 10px 20px;
41
  border: none;
 
44
  margin-top: 20px;
45
  }
46
  button:hover {
47
+ background-color: #388E3C;
48
  }
49
  </style>
50
  </head>