Skip to content
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
29 changes: 15 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
<!DOCTYPE html>

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Spoon-Knife</title>
<LINK href="styles.css" rel="stylesheet" type="text/css">
</head>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Spoon-Knife</title>
<link href="styles.css" rel="stylesheet" type="text/css" />
</head>

<body>
<body>
<img src="forkit.gif" id="octocat" alt="" />

<img src="forkit.gif" id="octocat" alt="" />

<!-- Feel free to change this text here -->
<p>
Fork me? Fork you, @octocat!
</p>

</body>
<!-- Feel free to change this text here -->
<p>Fork me? Fork you, @octocat!</p>
<p>Will try</p>
<div class="changes">
<p>Have forked the repo, and cloned it</p>
<p>Will now try to push it</p>
</div>
</body>
</html>
14 changes: 10 additions & 4 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
* {
margin:0px;
padding:0px;
margin: 0px;
padding: 0px;
}

#octocat {
display: block;
width:384px;
width: 384px;
margin: 50px auto;
}

p {
display: block;
width: 400px;
margin: 50px auto;
font: 30px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
font: 30px Monaco, "Courier New", "DejaVu Sans Mono",
"Bitstream Vera Sans Mono", monospace;
}

.changes {
font-size: 80%;
color: blueviolet;
}