diff --git a/index.html b/index.html index 980418e..9908d40 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + Charles Babbage @@ -14,7 +14,7 @@ <body style=" padding:10%;"> <h1>CHARLES BABBAGE</h1> <h1 id="diff">The Father Of Computers</h1> - <img src="Alamy-charles-babbage-xlarge.jpg" width="100%"> + <img src="Alamy-charles-babbage-xlarge.jpg" width="1000" alt="Charles image"> <div id="Name"> <blockquote> "A tool is usually more simple than a machine;<br> it is generally used with the hand,<br> whilst a machine is frequently moved by animal or steam power." @@ -34,7 +34,7 @@ <h1 id="diff">The Father Of Computers</h1> <div style="clear:both"></div> </div> <br> - <div align="center" id="timeline" style="font-size:140%;"> + <div style="text-align:center" id="timeline"> 1791<br> <i>December 26</i> Birth in London<br> diff --git a/main.css b/main.css index cfc8747..997d834 100644 --- a/main.css +++ b/main.css @@ -30,8 +30,9 @@ h1,#diff,#Name,#timeline { font-size:200%; max-width:1500px; } - #timeline{ + #timeline{ font-family: 'EB Garamond', serif; + font-size: 200%; } h2{ color:#707070;