Added nostrich

This commit is contained in:
Bryan Ramos 2023-04-05 03:06:52 -04:00
parent c9e8774c87
commit b3daa8a077

View file

@ -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;
}