aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-11-18 16:25:50 -0500
committerAlee <alee14498@gmail.com>2018-11-18 16:25:50 -0500
commit8838584aa45084ab081b59b92d0e8c34eeb4e0d6 (patch)
tree10b05ca5a9b3c9248dd49cf1d0f220e41c1c6230
parentb1c909dd4a65613a45e215ac74beb58acf1e7163 (diff)
downloadpersonal-website-8838584aa45084ab081b59b92d0e8c34eeb4e0d6.tar.gz
personal-website-8838584aa45084ab081b59b92d0e8c34eeb4e0d6.tar.bz2
personal-website-8838584aa45084ab081b59b92d0e8c34eeb4e0d6.zip
hopefully
-rw-r--r--index.html2
-rw-r--r--style.css6
2 files changed, 7 insertions, 1 deletions
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
<div class="row-column">
<div class="column">
<h3>What is this website?</h3>
- <p>This is website my own personal website.</p>
+ <p>This is a website my own personal website.</p>
</div>
<div class="column">
<h3>Who am I?</h3>
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 {