Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
swarnya246 authored Jul 26, 2020
1 parent ceb07b5 commit 1bc3e62
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h2>

<section class="page1" id="page1">
<div>
<h3 style="text-indent:10px;">Republican Voter Demographics: Age, Education, Race <h3>
<h3 style="text-indent:10px;" class="chart-title">Republican Voter Demographics: Age, Education, Race <h3>
<script src="js/charts.js"></script>
<div>
<div id="chartContainer1" style="height: 600px; max-width: 900px; margin: 0px auto;"></div>
Expand All @@ -75,7 +75,7 @@ <h3 style="text-indent:10px;">Republican Voter Demographics: Age, Education, Rac

<section class="page3" id="page3">
<div>
<h3 style="text-indent:10px;">Democratic Voter Demographics: Age, Education, Race <h3>
<h3 style="text-indent:10px;" class="chart-title">Democratic Voter Demographics: Age, Education, Race <h3>
<script src="js/charts.js"></script>
<div>
<div id="chartContainer2" style="height: 600px; max-width: 900px; margin: 0px auto;"></div>
Expand All @@ -85,7 +85,7 @@ <h3 style="text-indent:10px;">Democratic Voter Demographics: Age, Education, Rac

<section class="page5" id="page5">
<div>
<h3 style="text-indent:10px;">Democratic Voter Turnout by State<h3>
<h3 style="text-indent:10px;" class="chart-title">Democratic Voter Turnout by State<h3>
<script src="js/charts.js"></script>
<div>
<div id="chartContainer3" style="height: 400px; max-width: 900px; margin: 0px auto;"></div>
Expand All @@ -95,7 +95,7 @@ <h3 style="text-indent:10px;">Democratic Voter Turnout by State<h3>

<section class="page6" id="page6">
<div>
<h3 style="text-indent:10px;">Democratic Voter Population<h3>
<h3 style="text-indent:10px;" class="chart-title">Democratic Voter Population<h3>
<script src="js/charts.js"></script>
<div>
<div id="chartContainer4" style="height: 400px; max-width: 900px; margin: 0px auto;"></div>
Expand All @@ -105,7 +105,7 @@ <h3 style="text-indent:10px;">Democratic Voter Population<h3>

<section class="page7" id="page7">
<div>
<h3 style="text-indent:10px;">Democratic Voter GDP Per Capita<h3>
<h3 style="text-indent:10px;" class="chart-title">Democratic Voter GDP Per Capita<h3>
<script src="js/charts.js"></script>
<div>
<div id="chartContainer5" style="height: 400px; max-width: 900px; margin: 0px auto;"></div>
Expand All @@ -115,7 +115,7 @@ <h3 style="text-indent:10px;">Democratic Voter GDP Per Capita<h3>

<section class="page8" id="page8">
<div>
<h3 style="text-indent:10px;">Democratic Voter White Demographics<h3>
<h3 style="text-indent:10px;" class="chart-title">Democratic Voter White Demographics<h3>
<script src="js/charts.js"></script>
<div>
<div id="chartContainer6" style="height: 400px; max-width: 900px; margin: 0px auto;"></div>
Expand Down Expand Up @@ -200,4 +200,4 @@ <h3 style="text-indent:10px;">Democratic Voter White Demographics<h3>

<script src="js/sidebar-script.js"></script>
</body>
</html>
</html>

0 comments on commit 1bc3e62

Please sign in to comment.