diff --git a/README.md b/README.md index e2664f9..b28fced 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # stutern-git-practice Repo to teach students about pull request and how to fork + ===> Kareem johnbelieve made a change diff --git a/first.html b/first.html new file mode 100644 index 0000000..650e594 --- /dev/null +++ b/first.html @@ -0,0 +1,28 @@ + + + + This is me + + + + + +
+

This is a complete trial

+
+
+
+

Its been said a lot of times that detemination is the key for anyone to succes

+
+ + +
+
+ + + + + + \ No newline at end of file diff --git a/index.txt b/index.txt new file mode 100644 index 0000000..13c785b --- /dev/null +++ b/index.txt @@ -0,0 +1 @@ +I'm trying to upload a document from the branch of johnbelieve to the master. \ No newline at end of file diff --git a/main.js b/main.js new file mode 100644 index 0000000..479f314 --- /dev/null +++ b/main.js @@ -0,0 +1,2 @@ +//i dont really know javascript so i will just leave this as a blanks space. +//Thanks for understanding my plight. \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..70a0d57 --- /dev/null +++ b/style.css @@ -0,0 +1,23 @@ +h1 + { + text-align: center; + font-size: 30px; + padding: 2px; + margin-top: 2px; + font-family: 'Gamja flower', cursive; + color: blue; + text-shadow: 2px 2px black; + } +p + { + text-align: center; + font-size: 20px; + padding: 5px; + font-family: 'chealsea market', cursive; + } + +hr + { + margin-top: 450px; + border: 5px solid black; + }