diff options
| -rw-r--r-- | index.html | 2 | ||||
| -rw-r--r-- | style.css | 6 |
2 files changed, 7 insertions, 1 deletions
@@ -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> @@ -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 { |
