web: reusable meowbalt component & page placeholders
This commit is contained in:
14
web/src/components/meowbalt/MeowbaltLoaf.svelte
Normal file
14
web/src/components/meowbalt/MeowbaltLoaf.svelte
Normal file
@@ -0,0 +1,14 @@
|
||||
<img
|
||||
id="meowbalt-loaf"
|
||||
src="/meowbalt/loaf.png"
|
||||
height="152"
|
||||
width="141"
|
||||
alt="black and white cat smiling and loafing"
|
||||
/>
|
||||
<style>
|
||||
#meowbalt-loaf {
|
||||
display: block;
|
||||
margin: 0;
|
||||
object-fit: cover;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user