From 3e1ce6f649483fb972cc16bf4ab594cab9193212 Mon Sep 17 00:00:00 2001 From: Core447 Date: Sat, 24 Feb 2024 20:04:01 +0100 Subject: [PATCH] Add release coming soon paragraph --- index.html | 2 ++ style.css | 13 ++++++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index d34a8e8..3956014 100644 --- a/index.html +++ b/index.html @@ -118,6 +118,8 @@

Open Source

+

Release: Coming Soon

+
diff --git a/style.css b/style.css index 6d1f71b..710e563 100644 --- a/style.css +++ b/style.css @@ -263,6 +263,16 @@ div.cursors div{ color: rgba(157, 96, 212, 1) } +.coming-soon { + color: white; + font-family: "Roboto Mono", monospace; + margin-left: auto; + margin-right: auto; + margin-top: 10%; + text-align: center; + font-size: 3vw; + text-shadow: 0 0 30px rgba(157, 96, 212, 0.5); +} @@ -275,4 +285,5 @@ div.cursors div{ .description-header { font-size: 38px; } -} \ No newline at end of file +} +