From e6d62e4a7a82cf0e344ffe9743e490a4ae4349f8 Mon Sep 17 00:00:00 2001 From: Nayab W <42422512+nayabw@users.noreply.github.com> Date: Mon, 7 Jan 2019 12:33:21 -0600 Subject: Fix #3: CSS OOF --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index e17bd99..19e3a2e 100644 --- a/style.css +++ b/style.css @@ -90,8 +90,11 @@ li.nav { color: black; text-align: center; text-decoration: none; + padding: 14px 16px; +} +li.nav:hover{ + background-color: grey; } - a.nav{ color: black; text-decoration: none; -- cgit v1.2.3