Compare commits
3 Commits
18bef40af8
...
e3f9e580f3
Author | SHA1 | Date |
---|---|---|
emma | e3f9e580f3 | |
emma | dbd4e4d21d | |
emma | 8dd51cf3ef |
|
@ -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>
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue