This commit is contained in:
Fern Garden 2024-07-23 14:21:41 +08:00
parent 64e8856881
commit f42d2a1f36
3 changed files with 4 additions and 2 deletions

View file

@ -11,7 +11,7 @@ body {
text-align: center; text-align: center;
} }
.trans-cat img { .cat img {
width: 256px; width: 256px;
margin: 12px; margin: 12px;
} }

View file

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

View file

@ -10,7 +10,9 @@
<body> <body>
<div class="center"> <div class="center">
<p class="trans-cat"><img src="/images/trans-cat.png" alt="Pixel art of an orange cat next to a transgender flag."></p> <div class="cat">
<img src="/images/cat.png" alt="Pixel art of an orange cat next to a transgender flag." />
</div>
</div> </div>
</body> </body>
</html> </html>