1
0
Fork 0

Compare commits

..

No commits in common. "e3f9e580f38377bf32a8e90523b032c1bec75d43" and "18bef40af883632f3fe251cd7c1502726b4234eb" have entirely different histories.

2 changed files with 5 additions and 7 deletions

View File

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

View File

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