diff --git a/index.php b/index.php index 586a485..58e2baa 100644 --- a/index.php +++ b/index.php @@ -33,9 +33,10 @@

+ +

Baxter facts!

-

Baxter facts!

Baxter is:

+ +

My favorite photos of Baxter

-

My favorite photos of Baxter

My cat Baxter laying on my chest over a blanket in bed looking at the camera. The many details and patterns of his mackeral tabby fur pattern are fully visible diff --git a/style/style.css b/style/style.css index 2d88c45..6b0ebb7 100644 --- a/style/style.css +++ b/style/style.css @@ -64,3 +64,22 @@ main { grid-row: 2/3; padding-left: 5rem; } + +.favorite-baxter-photos { + display: grid; + grid-template-rows: 25rem 25rem; + grid-template-columns: 20rem 20rem; + justify-items: center; +} + +.favorite-baxter-photos figure { + height: 20rem; + width: 15rem; + text-wrap: wrap; +} + +.favorite-baxter-photos img { + max-width: 100%; + max-height: 100%; + object-fit: fill; +}