Skip to content

Commit

Permalink
Update corona.html
Browse files Browse the repository at this point in the history
  • Loading branch information
vk-0-7 authored Aug 14, 2022
1 parent c73525c commit 688eeb0
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions corona.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
</div>
<div class="container">
<div class="sign">
<button id="adjust" onclick="adjustFunction()">
<!-- <button id="adjust" onclick="adjustFunction()">
<i class="fas fa-adjust"></i>
</button>
</button> -->
<a href="https://www.instagram.com/vivek07____/">
<button id="instagram"><i class="fab fa-instagram"></i></button></a>
<a href="https://twitter.com/?lang=en">
Expand Down Expand Up @@ -281,10 +281,11 @@ <h2> 5. The outbreak began because people ate bat soup </h2>

<div id="map"></div>

<div class="chart">
<canvas id="myChart" style="width: 40vw; height: 56vh"></canvas>
<canvas id="mychart"></canvas>
<div class="chart" >
<canvas id="chart1" class="chartjs"></canvas>
<canvas id="chart2" class="chartjs"></canvas>
</div>

<div class="footer">
<h3>COVID19</h3>
<span> copyright</span> <i class="far fa-copyright"></i>
Expand All @@ -310,7 +311,8 @@ <h3>COVID19</h3>
center: [0, 20],
});
</script>


</body>

</html>
</html>

0 comments on commit 688eeb0

Please sign in to comment.