From e77325c60dd39cde81b0ca0ece74b5c6c0b9c799 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 2 Aug 2024 19:37:55 -0600 Subject: [PATCH] Add Terms and Conditions page and link from the main site --- index.html | 12 +++++++++--- terms.html | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+), 3 deletions(-) create mode 100644 terms.html diff --git a/index.html b/index.html index dbe7d1b..9dca06c 100644 --- a/index.html +++ b/index.html @@ -35,8 +35,8 @@ padding: 20px; } iframe { - width: 80%; - height: 60vh; + width: 960px; /* 800px + 20% */ + height: 660px; /* 550px + 20% */ border: none; margin-bottom: 20px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); @@ -66,6 +66,11 @@ padding: 20px; text-align: center; } + .footer a { + color: #3498db; + text-decoration: none; + margin-left: 5px; + }