added alt text to almost all images
This commit is contained in:
@@ -13,7 +13,13 @@
|
||||
<div class="text-container">
|
||||
<p>〔 2023–2025 〕<i>denizk0461</i></p>
|
||||
</div>
|
||||
<img onclick={playSound} title="the bottom rat" class="bottom-rat clickable" src="/common/rat/spookyrat.webp">
|
||||
<input
|
||||
type="image"
|
||||
on:click={playSound}
|
||||
title="the bottom rat"
|
||||
alt="the bottom rat"
|
||||
class="bottom-rat"
|
||||
src="/common/rat/spookyrat.webp">
|
||||
</footer>
|
||||
|
||||
<style>
|
||||
@@ -24,7 +30,6 @@
|
||||
bottom: 0;
|
||||
height: 120px;
|
||||
width: 100%;
|
||||
/* overflow: hidden; */
|
||||
backdrop-filter: blur(6px);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user