From 2bbb9551362891966298e7f6ce886f2e9342737a Mon Sep 17 00:00:00 2001
From: Mmela Dyantyi <1762984@students.wits.ac.za>
Date: Fri, 1 Mar 2024 23:49:24 +0200
Subject: [PATCH] ,
---
index.html | 75 +-----------------------------------------------------
styles.css | 29 +++++++++++++++++++++
text.txt | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 104 insertions(+), 74 deletions(-)
create mode 100644 styles.css
create mode 100644 text.txt
diff --git a/index.html b/index.html
index 860eb84..c9c7c45 100644
--- a/index.html
+++ b/index.html
@@ -13,80 +13,7 @@
gtag('config', 'G-0R66Y0R9JX');
Mmeli Gabriel Dyantyi's Personal website
-
+
diff --git a/styles.css b/styles.css
new file mode 100644
index 0000000..fc50ddb
--- /dev/null
+++ b/styles.css
@@ -0,0 +1,29 @@
+body.background {
+ background-color: silver;
+ }
+
+ .navbar {
+ list-style-type: none;
+ margin: 0;
+ padding: 0;
+ overflow: hidden;
+ background-color: gray;
+ position: fixed;
+ top: 0;
+ width: 100%;
+ }
+
+ .navbar a {
+ display: block;
+ color: black;
+ text-align: center;
+ padding: 14px 16px;
+ text-decoration: none;
+ }
+
+ .navbar a:hover {
+ background-color: grey;
+ }
+
+
+
\ No newline at end of file
diff --git a/text.txt b/text.txt
new file mode 100644
index 0000000..4515e0f
--- /dev/null
+++ b/text.txt
@@ -0,0 +1,74 @@
+
\ No newline at end of file