I am trying to center my image and my order list, but I am having a hard time making it work can someone please give me a tip I tried CSS to align it in the center didn't work. I will place a link so people can see my code and post the code as well.
http://codepen.io/RomingArt/pen/RojXgq
.smaller-image{width:300px
}
h1 {font-family: Lobster;}
.thick-border{border-color:#14A5A5;
border-width:3px;
border-style:solid;
border-radius:0px;
text-align:center;}
<!-- This is my first tribute page, and I am not sure how to put the picture in the middle also I wanted to put together the list in the middle tried with div did not work hopefully someone will guide me or fix the code so I can learn.-->
<h1 class=" text-primary text-center">Booker T. Washigton</h1>
<h2 class="text-center text-primary"> April 5, 1856-November 14,1915.</h2>
<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet">
<a href="https://en.wikipedia.org/wiki/Booker_T._Washington" target="blank">
<img class="smaller-image thick-border"src=http://images.amcnetworks.com/wetv.com/wp-content/uploads/2014/01/bhm_quotes_bwashington.jpg> </a>
<h3> The life of a man who took each opporutnity to learn.</h3>
<ol>
<li>1856 – April 5 – Booker T. Washington is born a slave on the Burroughs’ Plantation. </li>
<li>1861 – Washington’s name appears on Burroughs’ property inventory. His value is $400.00.
</li>
<li>1865 – 1871 – Washington works in the salt and coal mines in Malden while attending school, for the first time, in the evenings.</li>
<li>1872 – Washington leaves his home to attend the Hampton Institute.</li>
<li>1875 – Washington graduates from the Hampton Institute with honors.</li>
<li>1875 – 1877 – Washington teaches school, in his hometown of Malden, WV, while helping his brothers (John, and adopted brother James) pay their tuition for the Hampton Institute.</li>
<li>1881 – July 4 – At age 25, Washington opens the Tuskegee Institute in an old church.</li>
<li>1887 – Olivia Washington gives birth to Washington’s first son, Booker T. Washington Jr.</li>
<li>1893 – Washington marries Margaret James Murray who had been Lady Principal of Tuskegee Institute for two years.</li>
<li>1901 – March – Washington’s most successful autobiography, Up from Slavery, is published.</li>
<li>1909 – Du Bois helps found the National Association for the Advancement of Colored People (NAACP).</li>
<li>1915 – November 14 – Washington dies at home in Tuskegee, Alabama.</li>
</ol>
<p> In order to learn more about the life of Booker T. Washigton click on image to learn about a great man.</p>