diff --git a/pages/home.cfg b/pages/home.cfg index 0dc1d42..3b3c86a 100644 --- a/pages/home.cfg +++ b/pages/home.cfg @@ -1,4 +1,4 @@ filename = index.html title = Home created = 2020-11-07 -udpated = 2021-08-31 +udpated = 2021-09-06 diff --git a/pages/home.html b/pages/home.html index 1ba5533..c12ce78 100644 --- a/pages/home.html +++ b/pages/home.html @@ -10,8 +10,8 @@ so if you know any of these languages and/or are interested in learning them, feel free to send me an e-mail; you can find my address on the Contact page.

-

You can also find me on the following platforms:

- +

External Resources

+

Public Platforms

+ + diff --git a/style.css b/style.css index 913507c..18f8c1f 100644 --- a/style.css +++ b/style.css @@ -25,7 +25,7 @@ * For more information, please refer to */ -* { +body { background-color: #fdf6e3; color: #45575C; font-family: serif; @@ -116,6 +116,19 @@ h3, h4 { padding-bottom: 0px; } +h5 { + margin-top: 3px; + margin-bottom: 3px; +} + +div.card { + padding: 10px; + border-radius: 5px; + width: 30%; + word-wrap: break-word; + background-color: #eee8d5; +} + .album-cover { width: 300px; display: block;