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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
### Well hello there!
### Well hello there!
Welcome

This repository is meant to provide an example for *forking* a repository on GitHub.

Expand Down
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@

<body>

<img src="forkit.gif" id="octocat" alt="" />
<div id="octocat">
<img src="https://octodex.github.com/images/NUX_Octodex.gif" alt="Octocat Image">
</div>

<!-- Feel free to change this text here -->
<p>
Fork me? Fork you, @octocat!
Ready to team up? Let's collaborate, @octocat!
</p>

</body>
Expand Down
14 changes: 14 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,18 @@ p {
width: 400px;
margin: 50px auto;
font: 30px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
color: #333;
line-height: 1.5;
text-align: center;
}

body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #f8f9fa;
}

#octocat img {
display: block;
width: 100%;
height: auto;
}