diff --git a/src/app/views/home/home.component.html b/src/app/views/home/home.component.html index 85e9d91..97f74b0 100644 --- a/src/app/views/home/home.component.html +++ b/src/app/views/home/home.component.html @@ -10,8 +10,9 @@
+Created By Zak Timson diff --git a/src/app/views/home/home.component.scss b/src/app/views/home/home.component.scss index 1ed0d23..b28c6a5 100644 --- a/src/app/views/home/home.component.scss +++ b/src/app/views/home/home.component.scss @@ -14,3 +14,10 @@ z-index: 500; transform: translateX(-50%); } + +.credits { + position: absolute; + bottom: 2%; + right: 2%; + z-index: 500; +}