pankaj goyal commited on
Commit
af53a54
1 Parent(s): be87664

initial commit

Browse files
Files changed (1) hide show
  1. static/styles.css +3 -2
static/styles.css CHANGED
@@ -2,7 +2,7 @@
2
 
3
  body {
4
  font-family: Arial, sans-serif;
5
- background-color: #d13030;
6
  margin: 0;
7
  padding: 0;
8
  }
@@ -10,7 +10,7 @@ body {
10
  .container {
11
  width: 80%;
12
  margin: 50px auto;
13
- background-color: #310c0c;
14
  padding: 20px;
15
  border-radius: 10px;
16
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
@@ -55,3 +55,4 @@ button {
55
  button:hover {
56
  background-color: #0056b3;
57
  }
 
 
2
 
3
  body {
4
  font-family: Arial, sans-serif;
5
+ background-color: #f2f2f2;
6
  margin: 0;
7
  padding: 0;
8
  }
 
10
  .container {
11
  width: 80%;
12
  margin: 50px auto;
13
+ background-color: #fff;
14
  padding: 20px;
15
  border-radius: 10px;
16
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
 
55
  button:hover {
56
  background-color: #0056b3;
57
  }
58
+