diff --git a/css/content.css b/css/content.css index 6d910d0..ce18647 100644 --- a/css/content.css +++ b/css/content.css @@ -68,3 +68,44 @@ flex-direction: column; } } + +/* Games */ + +.game { + display: flex; + flex-direction: column; +} + +.game::after { + content: ""; + background: center / cover no-repeat url("/img/game-footer.png"); + height: 13px; +} + +.game--picture-wrapper { + display: flex; + justify-content: center; + overflow: hidden; +} + +.game--description { + padding: var(--space-large); + display: flex; + flex-direction: column; + align-items: center; + background: var(--primary-color); + color: var(--dark); +} + +.game--more-button { + background: var(--dark); + color: var(--primary-color); + padding: var(--space-small) var(--space-medium); + text-decoration: none; + font-family: Knewave; + font-size: var(--fz-4); +} + +.game--more-button:hover { + color: white; +} diff --git a/img/game-footer.png b/img/game-footer.png new file mode 100644 index 0000000..81c7f5c Binary files /dev/null and b/img/game-footer.png differ diff --git a/img/the-guild.png b/img/the-guild.png new file mode 100644 index 0000000..769b7cc Binary files /dev/null and b/img/the-guild.png differ diff --git a/index.html b/index.html index 2456b6e..5d5b602 100644 --- a/index.html +++ b/index.html @@ -110,6 +110,38 @@ +
+

Games

+
+
+ in-game screenshot of a cow-boy riding in wilderness + +
+
+

The Guild

+

+ Saddle up, partner! Welcome to "Frontier Fortune: + Prospector's Quest" where the dusty trails of the Old + West lead to riches beyond your wildest dreams. In this + thrilling adventure, you step into the boots of a + rugged prospector, venturing into uncharted territories + to uncover precious resources for a greedy guild hungry + for wealth and power. +

+ Learn More +
+
+
+