Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -21,7 +21,7 @@ | ... | @@ -21,7 +21,7 @@ |
| 21 | 21 | ||
| 22 | /* background: linear-gradient( to bottom, #65799B, rgb(38, 14, 41) ); */ | 22 | /* background: linear-gradient( to bottom, #65799B, rgb(38, 14, 41) ); */ |
| 23 | /* background-color:#65799B; */ | 23 | /* background-color:#65799B; */ |
| 24 | - /* background-image: url("2.jpg"); | 24 | + /* background-image: url("newbackground.png"); |
| 25 | background-repeat: no-repeat; | 25 | background-repeat: no-repeat; |
| 26 | background-size: cover; */ | 26 | background-size: cover; */ |
| 27 | } | 27 | } |
| ... | @@ -38,7 +38,7 @@ | ... | @@ -38,7 +38,7 @@ |
| 38 | <script src="highcharts.js"></script> | 38 | <script src="highcharts.js"></script> |
| 39 | <script src="modules/exporting.js"></script> | 39 | <script src="modules/exporting.js"></script> |
| 40 | <script src="modules/export-data.js"></script> | 40 | <script src="modules/export-data.js"></script> |
| 41 | - <img src="images/background.jpg" alt="" style="z-index:-1; min-width: 100%; min-height: 100%"> | 41 | + <img src="images/newbackground.png" alt="" style="z-index:-1; min-width: 100%; min-height: 100%"> |
| 42 | 42 | ||
| 43 | <div id="banner"> | 43 | <div id="banner"> |
| 44 | <div id="container1" style="width:1260px; height: 400px; margin: 0 auto"></div> | 44 | <div id="container1" style="width:1260px; height: 400px; margin: 0 auto"></div> | ... | ... |
-
Please register or login to post a comment