Update index.html
Browse files- index.html +3 -4
index.html
CHANGED
@@ -8,17 +8,16 @@
|
|
8 |
<style>
|
9 |
|
10 |
.bhead{
|
11 |
-
margin:
|
12 |
-
padding:10px;
|
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;
|
20 |
text-wrap: pretty;
|
21 |
-
width: fit-content;
|
22 |
}
|
23 |
.bpost{
|
24 |
margin:10px 10px 10px 10px!important;
|
|
|
8 |
<style>
|
9 |
|
10 |
.bhead{
|
11 |
+
margin: 0px 0px 30px 0px!important;
|
12 |
+
padding: 0px 10px 20px 10px;
|
13 |
border-color: white;
|
14 |
border-width: medium;
|
15 |
border-radius: 10px;
|
16 |
+
background: #060e1c;
|
17 |
display: flex;
|
18 |
flex-wrap: wrap;
|
19 |
flex-direction: column;
|
20 |
text-wrap: pretty;
|
|
|
21 |
}
|
22 |
.bpost{
|
23 |
margin:10px 10px 10px 10px!important;
|