diff --git a/README.md.txt b/README.md.txt new file mode 100644 index 0000000..8658e00 --- /dev/null +++ b/README.md.txt @@ -0,0 +1,11 @@ +#MizzouSEG + +##Description + +This project uses an API form the Huffington Post that provides polling information for primaries, elections, and various topics. this project has the polling numbers in bar graph form for the Republican and Democratic parties. This is my fork for the first exercise for the software engineering course at Mizzou where I added the Democratic party + +##Links to tools used + +[jQuery](https://jquery.com) +[D3.js](http://d3js.org) +[Huffington Post API](http://elections.huffingtonpost.com/pollster/api) \ No newline at end of file diff --git a/app.css b/app.css index 17f5189..1a6bc49 100644 --- a/app.css +++ b/app.css @@ -12,7 +12,23 @@ body { #graph .bar { width: 0; height: 35px; - background-color: coral; + background-color: red; + margin: 5px; + float: left; +} + +#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: royalblue; margin: 5px; float: left; } diff --git a/index.html b/index.html index 39c1d51..43d9df6 100644 --- a/index.html +++ b/index.html @@ -7,13 +7,15 @@
- +