From 5567a0ce7d794e4df42267c6e8ce023435da63c3 Mon Sep 17 00:00:00 2001 From: Tyler Koenig Date: Fri, 21 May 2021 13:01:16 -0400 Subject: [PATCH] update bio --- index.html | 21 ++++++++++++++------- style.css | 11 ++++++----- 2 files changed, 20 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index 32539bf6..6e0f04bd 100644 --- a/index.html +++ b/index.html @@ -19,9 +19,9 @@
@@ -41,15 +41,22 @@

about me

I'm Tyler Koenig, a lifelong student. Graduated with an Associate - of Arts from Lorain County Community College in 2018. + of Arts from Lorain County Community College in 2018. Inbound + associate at Amazon CLE-3 since December 2019. Currently learning + Java and front-end web development through We Can Code IT + Bootcamp. Always interested in a challenge!

skills

@@ -78,7 +85,7 @@ email diff --git a/style.css b/style.css index 159cc784..042b963f 100644 --- a/style.css +++ b/style.css @@ -19,6 +19,12 @@ body { margin: 0 auto; } +nav ul { + list-style-type: none; + margin: auto; + padding: 0em; +} + nav a { text-decoration: none; border-radius: 500px; @@ -30,11 +36,6 @@ nav a { letter-spacing: 0.09rem; } -nav ul { - list-style-type: none; - margin: auto; - padding: 0em; -} nav a:hover { background-color: #2a9d8f;