diff --git a/blog.html b/blog.html index de5a2a7..49c484c 100644 --- a/blog.html +++ b/blog.html @@ -15,6 +15,14 @@ float: right; color: white; } + #rss { + display: block; + margin-left: auto; + margin-right: auto; + width: 50%; + max-height: 1.5em; + max-width: 1.5em; + }
@@ -24,6 +32,7 @@

+ rss feed
diff --git a/index.html b/index.html index aa77fda..4d2765f 100644 --- a/index.html +++ b/index.html @@ -24,8 +24,9 @@ more... diff --git a/pics/rss.svg b/pics/rss.svg new file mode 100644 index 0000000..dfda038 --- /dev/null +++ b/pics/rss.svg @@ -0,0 +1 @@ + diff --git a/style.css b/style.css index caf36e5..8334204 100644 --- a/style.css +++ b/style.css @@ -37,3 +37,7 @@ a { a:hover, a:active { font-style: italic; } +#rss { + max-height: .8em; + max-width: 1em; +}