From b3daa8a077d19c89603ba9232ac50163b76e0d1d Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Wed, 5 Apr 2023 03:06:52 -0400 Subject: [PATCH] Added nostrich --- css/styles.css | 7 +++++++ 1 file changed, 7 insertions(+) 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; +}