diff --git a/style.css b/style.css index 1947a07..f77b623 100644 --- a/style.css +++ b/style.css @@ -111,7 +111,7 @@ blockquote { margin-right: 0; position: absolute; right: 100%; - top: 200vh; + top: 60vh; width: 9em; background: #191919; } @@ -126,3 +126,13 @@ blockquote::before { blockquote::after { content: close-quote; } +.sidebar-image { + background-position: center top; + position: relative; + top: 0; + right: 0; + bottom: 0; + width: 50%; + background-size: cover; + z-index: -1; +}