add owo to meowo
This commit is contained in:
parent
949c74cf2d
commit
d04cdc8761
|
@ -4,4 +4,9 @@
|
||||||
background: url(/assets/kittycatcat.png);
|
background: url(/assets/kittycatcat.png);
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
text-shadow: 0 2px 2px black;
|
text-shadow: 0 2px 2px black;
|
||||||
|
|
||||||
|
.owo {
|
||||||
|
font-size: 120%;
|
||||||
|
font-weight: 900;
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -10,11 +10,13 @@
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class={styles.cat}>
|
<div class={styles.cat} style="margin-top:100px">
|
||||||
<h1>meow mewoweu :3</h1>
|
<h1>meow mewoweu :3</h1>
|
||||||
<p>this is a cat cat kitty cat zone :3</p>
|
<p>this is a cat cat kitty cat zone :3</p>
|
||||||
<img src='/assets/the_meowo.png' alt='meowo the greatnes :3' width="600px">
|
<img src='/assets/the_meowo.png' alt='meowo the greatnes :3' width="600px">
|
||||||
<h1>Meowo "The greatness"</h1>
|
<h1>Meowo "The greatness"</h1>
|
||||||
<p>Worship the great Meowo</p>
|
<p style='font-size:20pt;font-weight:800'>
|
||||||
|
Worship the great Me<span class={styles.owo}>OwO</span>
|
||||||
|
</p>
|
||||||
<p>{@html meowo_meow}</p>
|
<p>{@html meowo_meow}</p>
|
||||||
</div>
|
</div>
|
Loading…
Reference in New Issue