From 9f6a866b16fcd2670326b3d4b874b1f673557925 Mon Sep 17 00:00:00 2001 From: ztimson Date: Sun, 25 Aug 2019 10:41:13 -0400 Subject: [PATCH] Added makers mark --- src/app/views/home/home.component.html | 3 ++- src/app/views/home/home.component.scss | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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; +}