1
0
Fork 0

Compare commits

...

3 Commits

2 changed files with 7 additions and 5 deletions

View File

@ -3,9 +3,9 @@
<p>This cat rocks!</p> <p>This cat rocks!</p>
<p>A homepage for my fine feline friend, Baxter</p> <p>A homepage for my fine feline friend, Baxter</p>
<nav> <nav>
<a href="index.html">Home</a> <a href="index.php">Home</a>
<a href="loveletter.html">Love you, Baxter</a> <a href="loveletter.php">Love you, Baxter</a>
<a href="behavior.html">Baxter's behaviors</a> <a href="behavior.php">Baxter's behaviors</a>
<a href="about.html">About this site</a> <a href="about.php">About this site</a>
</nav> </nav>
</header> </header>

View File

@ -74,8 +74,9 @@ main {
.favorite-baxter-photos figure { .favorite-baxter-photos figure {
height: 20rem; height: 20rem;
width: 15rem; width: 20rem;
text-wrap: wrap; text-wrap: wrap;
text-align: center;
} }
.favorite-baxter-photos img { .favorite-baxter-photos img {
@ -83,3 +84,4 @@ main {
max-height: 100%; max-height: 100%;
object-fit: fill; object-fit: fill;
} }