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
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Git fork and pull request demo

We will conduct a demo of how to do git fork and pull request (PR)
We will conduct a demo of how to do git fork and pull request (PR)...
5 changes: 5 additions & 0 deletions main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
body {
color: blue;
background-image: url(https://images.unsplash.com/photo-1467087027365-0850cec5d188?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1949&q=80);
background-size: cover
}