diff --git a/index.html b/index.html index 457a6d9..a727053 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,6 @@ -
@@ -15,8 +14,8 @@

One cat per day!

- - + +
diff --git a/site-resources/code.svg b/site-resources/code.svg new file mode 100644 index 0000000..c9a0347 --- /dev/null +++ b/site-resources/code.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/site-resources/rss.svg b/site-resources/rss.svg new file mode 100644 index 0000000..1507845 --- /dev/null +++ b/site-resources/rss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/style.css b/style.css index 173a414..b98f078 100644 --- a/style.css +++ b/style.css @@ -54,7 +54,7 @@ button { box-shadow: 10px 5px 5px #67cbc4; } -button span { +button .icon { vertical-align: middle; padding-left: 5px; padding-right: 5px; @@ -90,4 +90,4 @@ footer p { padding: 1em; text-align: center; font-size: 1.5em; -} \ No newline at end of file +}