From 4ca67359bf36b28dda5241f265ce1d73811e52c9 Mon Sep 17 00:00:00 2001 From: ralphi3 Date: Tue, 16 Jun 2026 12:24:42 +1200 Subject: [PATCH] idk what to call this commit tbh --- about.html | 12 ++++++++++++ bivariate.html | 1 + index.html | 3 +-- style.css | 4 ++++ 4 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 about.html diff --git a/about.html b/about.html new file mode 100644 index 0000000..78cd4f5 --- /dev/null +++ b/about.html @@ -0,0 +1,12 @@ + + + + + + About + + + +

About this website

+ + \ No newline at end of file diff --git a/bivariate.html b/bivariate.html index eab8dcf..1ab6742 100644 --- a/bivariate.html +++ b/bivariate.html @@ -4,6 +4,7 @@ Bivariate Data Analysis +

Information on bivariate data Analysis

diff --git a/index.html b/index.html index a1d25f4..0d9af3f 100644 --- a/index.html +++ b/index.html @@ -8,8 +8,7 @@ diff --git a/style.css b/style.css index f772c92..a01e018 100644 --- a/style.css +++ b/style.css @@ -20,4 +20,8 @@ ul li a { ul li a:hover { background-color: #111111; +} + +body { + background-color: lightsteelblue; } \ No newline at end of file