From e1a384c76693d43c72c2c6fc7bb1daf2851e1f02 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Wed, 22 Nov 2023 16:01:59 +0300 Subject: [PATCH] More styling --- index.html | 75 ++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 56 insertions(+), 19 deletions(-) diff --git a/index.html b/index.html index 27482cb..56bc899 100644 --- a/index.html +++ b/index.html @@ -35,41 +35,78 @@ html { background-color: #1D2021; font-family: 'Bai Jamjuree', sans-serif; + font-size: 3em; + } + + a { + color: #000000; + text-decoration-line: none; + } + + .button-frame { + background-color: #FFFFFF; + + width: min-content; + align: center; + + padding: 0 .2em; + border-radius: 1em; + } + + .button-frame:hover { + background-color: #FFFF00; }
+ +
-
- -
+ +
+

+
+
+
-
- -
+ +
+

+
+
+
-
- -
+ +
+

+
+
+
-
- -
+ +
+

+
+
- \ No newline at end of file +