From 8838584aa45084ab081b59b92d0e8c34eeb4e0d6 Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 18 Nov 2018 16:25:50 -0500 Subject: hopefully --- index.html | 2 +- style.css | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 8e6de8d..c3c7660 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@ project: Andrew Lee

What is this website?

-

This is website my own personal website.

+

This is a website my own personal website.

Who am I?

diff --git a/style.css b/style.css index 8a80ba3..718b688 100644 --- a/style.css +++ b/style.css @@ -178,6 +178,12 @@ li a:hover { width: 95%; margin: auto; overflow: hidden; + border: 1px solid white; + padding: 9px; + position: relative; + top: -30px; + width: 800px; + left: calc(50vw - 420px); } .container-blog a { -- cgit v1.2.3