From b8dcba52c88d4242ffa23f55c13ed21ac7fcae76 Mon Sep 17 00:00:00 2001 From: VRSasha Date: Thu, 17 Aug 2023 22:54:10 +0700 Subject: [PATCH] Add ISP warning banner --- index.html | 7 ++++++- style.css | 24 +++++++++++++++++++++++- 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index f55a7e7..4604a53 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,12 @@ -
+
+ +
+
TTT Logo

TechTransThai 🏳️‍⚧️

diff --git a/style.css b/style.css index 9a4fe26..deec218 100644 --- a/style.css +++ b/style.css @@ -143,6 +143,17 @@ html * background-color: #DEDEDE; } + .banner { + background-color: #BFD7F3; + color: black; + width: 90%; + justify-content: center; + align-items: center; + display: flex; + font-weight: bold; + padding: 0.2cm; + border-radius:10px; + } } @media (prefers-color-scheme: dark) { @@ -264,5 +275,16 @@ html * .backbutton:hover { background-color: #3e3e3e; } - + + .banner { + background-color: #29415E; + color: white; + width: 90%; + justify-content: center; + align-items: center; + display: flex; + font-weight: bold; + padding: 0.2cm; + border-radius:10px; + } }