Compare commits
3 Commits
18bef40af8
...
e3f9e580f3
Author | SHA1 | Date |
---|---|---|
|
e3f9e580f3 | |
|
dbd4e4d21d | |
|
8dd51cf3ef |
|
@ -3,9 +3,9 @@
|
|||
<p>This cat rocks!</p>
|
||||
<p>A homepage for my fine feline friend, Baxter</p>
|
||||
<nav>
|
||||
<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>
|
||||
<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>
|
||||
</nav>
|
||||
</header>
|
||||
|
|
|
@ -74,8 +74,9 @@ main {
|
|||
|
||||
.favorite-baxter-photos figure {
|
||||
height: 20rem;
|
||||
width: 15rem;
|
||||
width: 20rem;
|
||||
text-wrap: wrap;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.favorite-baxter-photos img {
|
||||
|
@ -83,3 +84,4 @@ main {
|
|||
max-height: 100%;
|
||||
object-fit: fill;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue