diff options
author | Ben Burwell <ben@benburwell.com> | 2015-08-11 22:59:47 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2015-08-11 22:59:47 -0400 |
commit | d5560f3dd006cbb21c2ce2da9bbbe723b7fc2a2d (patch) | |
tree | 9989d0c958937611595666f0bafb8a1cdfef1bef /_posts/2015-03-29-visualizing-congress-with-d3.markdown | |
parent | 6b0fad5657d802603cb6f64f51b5387bbfbc2059 (diff) | |
parent | af51b0ef270746181e4d43626074f5b08bcaf9c3 (diff) |
Merge pull request #6 from benburwell/use-primer-css
Use Tiny CSS
Diffstat (limited to '_posts/2015-03-29-visualizing-congress-with-d3.markdown')
-rw-r--r-- | _posts/2015-03-29-visualizing-congress-with-d3.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2015-03-29-visualizing-congress-with-d3.markdown b/_posts/2015-03-29-visualizing-congress-with-d3.markdown index e27377d..18e7bb8 100644 --- a/_posts/2015-03-29-visualizing-congress-with-d3.markdown +++ b/_posts/2015-03-29-visualizing-congress-with-d3.markdown @@ -18,7 +18,7 @@ date: 2015-03-29 00:00:00 I've been wanting to learn [D3.js](http://d3js.org/) for a while now, so I decided to create some visualizations of the United States Congress, inspired by Neil deGrasse Tyson: -<div class="center"> +<div class="text-center"> <img alt="What profession do all of these senators and congressmen have?" src="/assets/images/vis_ndgt0.jpg"> <img alt="Law, law, law, law, business man, law, law, law..." src="/assets/images/vis_ndgt1.jpg"><br> <img alt="Where are the scientists? Where are the engineers? Where's the rest of... life?" src="/assets/images/vis_ndgt2.jpg"><br> |