Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: octocat/Spoon-Knife
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: boss6825/Spoon-Knife_forked
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jan 7, 2025

  1. Copy the full SHA
    18c134a View commit details
Showing with 7 additions and 0 deletions.
  1. +3 −0 index.html
  2. +4 −0 styles.css
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -12,8 +12,11 @@
<img src="forkit.gif" id="octocat" alt="" />

<!-- Feel free to change this text here -->
<h1>this is a heading </h1>
<p>
Fork me? Fork you, @octocat!
i committed these changes in my fork

</p>

</body>
4 changes: 4 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -7,11 +7,15 @@
display: block;
width:384px;
margin: 50px auto;
color: aqua;
}

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