Dagfinn1962 commited on
Commit
13c8d9b
1 Parent(s): be17911

Update main.css

Browse files
Files changed (1) hide show
  1. main.css +5 -2
main.css CHANGED
@@ -1,5 +1,8 @@
1
  body {
2
- background-color: #18276b;
 
 
 
3
 
4
  width: 95%;
5
  color: #FFFFFF;
@@ -31,7 +34,7 @@ p {
31
 
32
  label {
33
  font-family: verdana;
34
- color: #000000;
35
  font-weight: 700;
36
  font-size: 14px;
37
  border: 1px solid #000000;
 
1
  body {
2
+ background: #FFB76B;
3
+ background: -webkit-linear-gradient(to right, #FFB76B 0%, #FFA73D 30%, #FF7C00 60%, #FF7F04 100%);
4
+ background: -moz-linear-gradient(to right, #FFB76B 0%, #FFA73D 30%, #FF7C00 60%, #FF7F04 100%);
5
+ background: linear-gradient(to right, #FFB76B 0%, #FFA73D 30%, #FF7C00 60%, #FF7F04 100%);
6
 
7
  width: 95%;
8
  color: #FFFFFF;
 
34
 
35
  label {
36
  font-family: verdana;
37
+ color: #FFB76B;
38
  font-weight: 700;
39
  font-size: 14px;
40
  border: 1px solid #000000;