Cleanup
This commit is contained in:
parent
64e8856881
commit
f42d2a1f36
|
@ -11,7 +11,7 @@ body {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.trans-cat img {
|
.cat img {
|
||||||
width: 256px;
|
width: 256px;
|
||||||
margin: 12px;
|
margin: 12px;
|
||||||
}
|
}
|
||||||
|
|
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 7.2 KiB |
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue