From 30fe72c533719f86f77bd1977b6a4fdb4e304b12 Mon Sep 17 00:00:00 2001 From: dukeeagle Date: Sun, 16 Apr 2023 11:59:07 -0400 Subject: [PATCH] add guestbook --- css/brands.css | 1 + css/skeleton-dark.css | 6 +++++- guestbook/index.html | 16 ++++++++++++++++ index.html | 8 ++++---- 4 files changed, 26 insertions(+), 5 deletions(-) create mode 100644 guestbook/index.html diff --git a/css/brands.css b/css/brands.css index 0e957d6..71a849b 100644 --- a/css/brands.css +++ b/css/brands.css @@ -105,6 +105,7 @@ header-button:hover, margin-bottom: 0px; padding-top: 0px; padding-bottom: 0px; + border-color: #ffffffcd; } diff --git a/css/skeleton-dark.css b/css/skeleton-dark.css index 48d562b..f1e109b 100644 --- a/css/skeleton-dark.css +++ b/css/skeleton-dark.css @@ -262,7 +262,11 @@ a super wide horizontal logo centered in the screen with minimal padding text-decoration: none; /* color: rgba(149,164,159,255); */ - color: white; + color: rgba(255, 255, 255, 0.812); + /* font size small */ + font-size: 16px; + /* make it so that a line break is not possible */ + white-space: nowrap; filter: grayscale(1); } diff --git a/guestbook/index.html b/guestbook/index.html new file mode 100644 index 0000000..d770a63 --- /dev/null +++ b/guestbook/index.html @@ -0,0 +1,16 @@ + + + + + + Redirecting to <a href="http://users3.smartgb.com/g/g.php?a=s&i=g36-34597-b0">our guest book.</a> + + + + + +

Redirecting...

+ + \ No newline at end of file diff --git a/index.html b/index.html index b13488b..bd034b3 100644 --- a/index.html +++ b/index.html @@ -113,10 +113,10 @@