Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 4 changes #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="en">
<head>
<title>
Charles Babbage
Expand All @@ -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."
Expand All @@ -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>
Expand Down
3 changes: 2 additions & 1 deletion main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down