Compare commits
No commits in common. "e3f9e580f38377bf32a8e90523b032c1bec75d43" and "18bef40af883632f3fe251cd7c1502726b4234eb" have entirely different histories.
e3f9e580f3
...
18bef40af8
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue