diff --git a/index.html b/index.html index 6dc8451..709a986 100644 --- a/index.html +++ b/index.html @@ -362,6 +362,13 @@

Please share coding resources @ Eoin Garvin in Scotland

+ + + diff --git a/style.css b/style.css index 254c51c..86a5a4c 100644 --- a/style.css +++ b/style.css @@ -6,10 +6,11 @@ body { h1,h3 { margin: 1.25rem; margin-left: 20px; + text-align: center; } a { - color: white; + color: rgb(0, 0, 0); text-decoration: none; } @@ -18,7 +19,7 @@ a { padding-left: 15px; margin: 1.25rem; font-size: 20px; - background-color: rgb(32, 178, 170); + background-color: rgb(1, 255, 234); box-shadow: 1px 1px 3px #888888; transition: transform .2s; /* Anim */ }