From 2f55e873316b26d6d33ea0fcac126d6fdb01f667 Mon Sep 17 00:00:00 2001 From: Jonas_Jones <91549607+J-onasJones@users.noreply.github.com> Date: Tue, 27 Jun 2023 03:26:10 +0200 Subject: [PATCH] added alpha notice --- src/routes/+page.css | 13 +++++++++++++ src/routes/+page.svelte | 4 ++++ 2 files changed, 17 insertions(+) diff --git a/src/routes/+page.css b/src/routes/+page.css index cfa6a04..4bcd53a 100644 --- a/src/routes/+page.css +++ b/src/routes/+page.css @@ -136,3 +136,16 @@ body { transform: scale(100); color: gray; } + + +.alpha-test { + background-color: orange; + border-radius: 0px 0px 0px 25px; + padding-right: 15px; + color: #fff; + width: 500px; + position: fixed; + top: 0; + right: 0; + text-align: right; +} \ No newline at end of file diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 5928b45..677cbfe 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -10,6 +10,10 @@ My Picture +
+

Alpha Site

+

Click here to get to the alpha website and check out the latest progress towards the upcoming release

+