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
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,12 @@ Creating a *fork* is producing a personal copy of someone else's project. Forks
After forking this repository, you can make some changes to the project, and submit [a Pull Request](https://github.com/octocat/Spoon-Knife/pulls) as practice.

For some more information on how to fork a repository, [check out our guide, "Forking Projects""](http://guides.github.com/overviews/forking/). Thanks! :sparkling_heart:


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

<p>
Ready to team up? Let's collaborate, @octocat!
</p>
23 changes: 11 additions & 12 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
* {
margin:0px;
padding:0px;

color: #333;
line-height: 1.5;
text-align: center;
}

#octocat {
display: block;
width:384px;
margin: 50px auto;
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #f8f9fa;
}

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