Update index.html
Browse files- index.html +4 -2
index.html
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
border-color: white;
|
14 |
border-width: medium;
|
15 |
border-radius: 10px;
|
16 |
-
background
|
17 |
display: flex;
|
18 |
flex-wrap: wrap;
|
19 |
flex-direction: column;
|
@@ -26,7 +26,7 @@
|
|
26 |
border-color: white;
|
27 |
border-width: medium;
|
28 |
border-radius: 10px;
|
29 |
-
background
|
30 |
display: flex;
|
31 |
flex-wrap: wrap;
|
32 |
flex-direction: column;
|
@@ -35,6 +35,7 @@
|
|
35 |
}
|
36 |
.resp1{
|
37 |
margin:10px 10px 10px 30px!important;
|
|
|
38 |
padding:10px;
|
39 |
border-color: white;
|
40 |
border-width: medium;
|
@@ -46,6 +47,7 @@
|
|
46 |
}
|
47 |
.resp2{
|
48 |
margin:10px 10px 10px 50px!important;
|
|
|
49 |
padding:10px;
|
50 |
border-color: white;
|
51 |
border-width: medium;
|
|
|
13 |
border-color: white;
|
14 |
border-width: medium;
|
15 |
border-radius: 10px;
|
16 |
+
background:#15243f;
|
17 |
display: flex;
|
18 |
flex-wrap: wrap;
|
19 |
flex-direction: column;
|
|
|
26 |
border-color: white;
|
27 |
border-width: medium;
|
28 |
border-radius: 10px;
|
29 |
+
background:#15243f;
|
30 |
display: flex;
|
31 |
flex-wrap: wrap;
|
32 |
flex-direction: column;
|
|
|
35 |
}
|
36 |
.resp1{
|
37 |
margin:10px 10px 10px 30px!important;
|
38 |
+
background:#022563;
|
39 |
padding:10px;
|
40 |
border-color: white;
|
41 |
border-width: medium;
|
|
|
47 |
}
|
48 |
.resp2{
|
49 |
margin:10px 10px 10px 50px!important;
|
50 |
+
background:#003593;
|
51 |
padding:10px;
|
52 |
border-color: white;
|
53 |
border-width: medium;
|