Skip to content
Open

123 #38128

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
12 changes: 8 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@

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

<!-- Feel free to change this text here -->
<p>
Fork me? Fork you, @octocat!
</p>
<div id="octocat">
<img src="https://octodex.github.com/images/NUX_Octodex.gif" alt="Octocat Image">
</div>div>

<p>
Ready to team up? Let's collaborate, @octocat!
</p>
</p>

</body>
</html>
15 changes: 15 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,18 @@ p {
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;
}