styling fixes
This commit is contained in:
parent
bdf1571637
commit
24d9fea44c
|
@ -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-06:00:03.jpg alt="A picture of a cat">
|
||||
<img class = "cat-img" src=img/cat2024-07-26-07:12:53.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>
|
||||
|
|
12
style.css
12
style.css
|
@ -3,10 +3,6 @@
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
nav {
|
||||
padding: 1em;
|
||||
display: flex;
|
||||
|
@ -14,8 +10,8 @@ nav {
|
|||
}
|
||||
|
||||
header {
|
||||
height: 15%;
|
||||
width: auto;
|
||||
margin: auto 0;
|
||||
}
|
||||
|
||||
header, footer {
|
||||
|
@ -61,12 +57,12 @@ main {
|
|||
background-color:#9a6db6;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
height: 70%;
|
||||
margin: auto 0;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.cat-img {
|
||||
height: auto;
|
||||
height: 510px;
|
||||
width: auto;
|
||||
border-radius: 10px;
|
||||
border: 5px solid #6d5a8c;
|
||||
|
@ -74,7 +70,7 @@ main {
|
|||
|
||||
footer {
|
||||
width: auto;
|
||||
height: 15%;
|
||||
margin: auto 0;
|
||||
}
|
||||
|
||||
footer p {
|
||||
|
|
Loading…
Reference in New Issue