diff --git a/README.md b/README.md new file mode 100644 index 0000000..a784cf0 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# MizzouSENG +Mizzou Software Engineering Course +# CS4320 Exercise 1 + +## This project uses an API from the Huffington Post that provides polling information for primaries, elections, and various topics. It focuses on the Republican (GOP) candidates for the 2016 Presidential Election. + +### List of used resources. https://jquery.com/ http://d3js.org/ http://elections.huffingtonpost.com/pollster/api diff --git a/app.css b/app.css index 17f5189..171ff29 100644 --- a/app.css +++ b/app.css @@ -20,4 +20,25 @@ body { content: ""; display: table; clear: both; -} \ No newline at end of file +} + +#graph2 .choice { + float: left; + font-family: arial; + font-size: 1.5em; + min-width: 200px; + text-align: right; + margin: 8px 5px; +} +#graph2 .bar { + width: 0; + height: 35px; + background-color: coral; + margin: 5px; + float: left; +} +.group2:after { + content: ""; + display: table; + clear: both; +} diff --git a/index.html b/index.html index 39c1d51..7448f4f 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@
- +
- \ No newline at end of file +