diff --git a/index.html b/index.html index ae330c5..ee197f4 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,7 @@
+ diff --git a/public/img/r2b-logo.png b/public/img/r2b-logo.png new file mode 100644 index 0000000..31dc5f9 Binary files /dev/null and b/public/img/r2b-logo.png differ diff --git a/style.css b/style.css index 4781dec..eb20552 100644 --- a/style.css +++ b/style.css @@ -11,3 +11,11 @@ html, body { bottom: 0; width: 100%; } + +img#logo { + position: absolute; + top: 10px; + right: 10px; + width: 256px; + height: auto; +}