From 78b4cee84245ee5ef0bf4c74d86aa0868cdd5ec6 Mon Sep 17 00:00:00 2001 From: karnbir Date: Sat, 17 Aug 2024 01:47:36 -0700 Subject: [PATCH] hover --- index.html | 1 - styles.css | 7 ++++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 1175e9a..627703b 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,6 @@

Karnbir Randhawa

Website Design Philosophy: Substance over Status + Kindle Friendly

-

This is a branch test

Projects:

diff --git a/styles.css b/styles.css index 72c93eb..0afbe3f 100644 --- a/styles.css +++ b/styles.css @@ -9,7 +9,8 @@ nav ul { font-size: small; list-style-type: none; display: flex; - border: 1px + border: 1px + } nav ul li { margin: 10px; @@ -32,4 +33,8 @@ img{ h1 { text-align: center; +} + +a:hover { + color: red; } \ No newline at end of file