diff --git a/assets/images/avatar-rock.gif b/assets/images/avatar-rock.gif new file mode 100644 index 0000000..25c8947 Binary files /dev/null and b/assets/images/avatar-rock.gif differ diff --git a/assets/images/cactus-animated.gif b/assets/images/cactus-animated.gif new file mode 100644 index 0000000..8f8f5d3 Binary files /dev/null and b/assets/images/cactus-animated.gif differ diff --git a/assets/images/eva-portrait.png b/assets/images/eva-portrait.png new file mode 100644 index 0000000..1e992c8 Binary files /dev/null and b/assets/images/eva-portrait.png differ diff --git a/assets/images/island.png b/assets/images/island.png new file mode 100644 index 0000000..6549f5a Binary files /dev/null and b/assets/images/island.png differ diff --git a/assets/images/karlach-v9.png b/assets/images/karlach-v9.png new file mode 100644 index 0000000..12c20aa Binary files /dev/null and b/assets/images/karlach-v9.png differ diff --git a/assets/images/mass-effect.png b/assets/images/mass-effect.png new file mode 100644 index 0000000..aced7cc Binary files /dev/null and b/assets/images/mass-effect.png differ diff --git a/assets/images/spiderman-walk.gif b/assets/images/spiderman-walk.gif new file mode 100644 index 0000000..d2c4356 Binary files /dev/null and b/assets/images/spiderman-walk.gif differ diff --git a/assets/styles.css b/assets/styles.css index 5dddd2d..c1034c1 100644 --- a/assets/styles.css +++ b/assets/styles.css @@ -51,7 +51,7 @@ figure { } .wrapper { - max-width: 960px; + max-width: 62rem; display: grid; row-gap: 2rem; grid-template-rows: auto 1fr auto; @@ -83,7 +83,7 @@ figure { } .gallery { - --image-size: 256px; + --image-size: 320px; list-style-type: none; padding-inline-start: 0; display: grid; @@ -96,8 +96,22 @@ figure { max-width: var(--image-size); } +@media (min-width: 62rem ) { + .gallery li.wide { + --image-size: 640px; + grid-column: span 2; + } + .gallery li.wide img { + width: 100%; + } +} + .gallery figure { width: var(--image-size); margin: 0; padding: 0; } + +.gallery img { + max-width: 100%; +} \ No newline at end of file diff --git a/index.html b/index.html index 0bcfe18..e83ee5c 100644 --- a/index.html +++ b/index.html @@ -152,11 +152,67 @@

Day Two: Taming the lines

+

Day Three: Animations and backgrounds

+ +

So far we had been focusing on characters, so today we opted for exploring backgrounds (including tiles) and also to keep dabbing into animations.

+ + + +

And this is what we made!

+ +