diff --git a/css/styles.css b/css/styles.css index d929ef0..03af231 100644 --- a/css/styles.css +++ b/css/styles.css @@ -78,3 +78,10 @@ a:hover { ms-user-select: none; user-select: none; } + +.nostrich { + margin-left: auto; + margin-right: auto; + background-image: url('assets/nostrich.png'); + background-size: cover; +}