styling changes

This commit is contained in:
zepp 2024-07-26 07:22:04 -04:00
parent 24d9fea44c
commit f09f70fb02
2 changed files with 32 additions and 31 deletions

View File

@ -22,7 +22,7 @@
</header>
<main>
<!-- a more descriptive alt text is not possible, I can only know ahead of time that one or more catss will be in the image -->
<img class = "cat-img" src=img/cat2024-07-26-07:12:53.jpg alt="A picture of a cat">
<img class = "cat-img" src=img/cat2024-07-26-07:20:37.jpg alt="A picture of a cat">
</main>
<footer>
<p>Made by <a href="https://zepp.omg.lol" target="_blank" rel="noopener noreferrer">zepp</a> for the love of cats. </p>

View File

@ -62,7 +62,8 @@ main {
}
.cat-img {
height: 510px;
margin: 3px;
height: 500px;
width: auto;
border-radius: 10px;
border: 5px solid #6d5a8c;