main
Steve Ayerhart 2022-02-22 17:52:51 -05:00
parent 1db8761465
commit 9f86abd81c
No known key found for this signature in database
GPG Key ID: 5C815FDF3A00B8BA
4 changed files with 11 additions and 0 deletions

BIN
public/style/img/Merch.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB

7
style/_merch.scss Normal file
View File

@ -0,0 +1,7 @@
img {
height: 100%;
width: 100%;
object-fit: contain;
border-radius: 5%;
}

View File

@ -11,5 +11,6 @@
@import 'variables'; @import 'variables';
@import 'shared'; @import 'shared';
@import 'merch';
@import 'gallery'; @import 'gallery';
@import 'critters'; @import 'critters';

View File

@ -0,0 +1,3 @@
<section id="merch">
<img src="style/img/Merch.jpg"/ alt="Merch"/>
</section>