diff --git a/pages/game/index.html b/pages/game/index.html index dfc325d..d534bb0 100644 --- a/pages/game/index.html +++ b/pages/game/index.html @@ -1,27 +1,23 @@ - -

Zed's Trash Ass Games

+ -
- + - - - - -

Read The Code

-

Polaroid retro pork belly yes plz bitters, viral chicharrones typewriter chartreuse vice Brooklyn. Adaptogen pour-over vibecession viral. Tote bag tonx DIY microdosing. Pickled selvage bespoke small batch, blue bottle twee tacos jean shorts before they sold out chicharrones solarpunk. Hoodie taiyaki poutine jianbing chambray.

-
diff --git a/static/style.css b/static/style.css index fb91331..70a364d 100644 --- a/static/style.css +++ b/static/style.css @@ -235,6 +235,9 @@ .left-40 { left: calc(var(--spacing) * 40); } + .m-2 { + margin: calc(var(--spacing) * 2); + } .block { display: block; } @@ -269,9 +272,6 @@ width: calc(var(--spacing) * 12); height: calc(var(--spacing) * 12); } - .h-10 { - height: calc(var(--spacing) * 10); - } .h-15 { height: calc(var(--spacing) * 15); } @@ -336,6 +336,9 @@ .flex-col { flex-direction: column; } + .flex-row { + flex-direction: row; + } .items-center { align-items: center; } @@ -487,6 +490,9 @@ .bg-green-400\! { background-color: var(--color-green-400) !important; } + .\!p-0 { + padding: calc(var(--spacing) * 0) !important; + } .\!p-1 { padding: calc(var(--spacing) * 1) !important; } @@ -554,6 +560,10 @@ font-size: var(--text-3xl) !important; line-height: var(--tw-leading, var(--text-3xl--line-height)) !important; } + .\!text-sm { + font-size: var(--text-sm) !important; + line-height: var(--tw-leading, var(--text-sm--line-height)) !important; + } .text-2xl { font-size: var(--text-2xl); line-height: var(--tw-leading, var(--text-2xl--line-height)); @@ -633,11 +643,26 @@ } } } + .sm\:flex-col { + @media (width >= 40rem) { + flex-direction: column; + } + } .sm\:p-0 { @media (width >= 40rem) { padding: calc(var(--spacing) * 0); } } + .md\:flex-col { + @media (width >= 48rem) { + flex-direction: column; + } + } + .md\:flex-row { + @media (width >= 48rem) { + flex-direction: row; + } + } .lg\:w-4xl { @media (width >= 64rem) { width: var(--container-4xl); @@ -648,6 +673,21 @@ max-width: var(--container-4xl); } } + .lg\:flex-col { + @media (width >= 64rem) { + flex-direction: column; + } + } + .lg\:flex-row { + @media (width >= 64rem) { + flex-direction: row; + } + } + .lg\:flex-row-reverse { + @media (width >= 64rem) { + flex-direction: row-reverse; + } + } .dark\:bg-gray-300 { @media (prefers-color-scheme: dark) { background-color: var(--color-gray-300); diff --git a/views/game.html b/views/game.html index 58264ea..6d4deda 100644 --- a/views/game.html +++ b/views/game.html @@ -1,38 +1,40 @@ - +
-Gameplay Demo Video +

- -

+
+
+ small header +

+
+ +
- - Some Image + + +

Polaroid retro pork belly yes plz bitters, viral chicharrones typewriter chartreuse vice Brooklyn. Adaptogen pour-over vibecession viral. Tote bag tonx DIY microdosing. Pickled selvage bespoke small batch, blue bottle twee tacos jean shorts before they sold out chicharrones solarpunk. Hoodie taiyaki poutine jianbing chambray.

+
-

-
-
+ +

Current Status

+

Polaroid retro pork belly yes plz bitters, viral chicharrones typewriter chartreuse vice Brooklyn. Adaptogen pour-over vibecession viral. Tote bag tonx DIY microdosing. Pickled selvage bespoke small batch, blue bottle twee tacos jean shorts before they sold out chicharrones solarpunk. Hoodie taiyaki poutine jianbing chambray.

+
+ +

Planned Work

+

Polaroid retro pork belly yes plz bitters, viral chicharrones typewriter chartreuse vice Brooklyn. Adaptogen pour-over vibecession viral. Tote bag tonx DIY microdosing. Pickled selvage bespoke small batch, blue bottle twee tacos jean shorts before they sold out chicharrones solarpunk. Hoodie taiyaki poutine jianbing chambray.

+
- -

Polaroid retro pork belly yes plz bitters, viral chicharrones typewriter chartreuse vice Brooklyn. Adaptogen pour-over vibecession viral. Tote bag tonx DIY microdosing. Pickled selvage bespoke small batch, blue bottle twee tacos jean shorts before they sold out chicharrones solarpunk. Hoodie taiyaki poutine jianbing chambray.

-
- - -

Current Status

-

Polaroid retro pork belly yes plz bitters, viral chicharrones typewriter chartreuse vice Brooklyn. Adaptogen pour-over vibecession viral. Tote bag tonx DIY microdosing. Pickled selvage bespoke small batch, blue bottle twee tacos jean shorts before they sold out chicharrones solarpunk. Hoodie taiyaki poutine jianbing chambray.

-
- - -

Planned Work

-

Polaroid retro pork belly yes plz bitters, viral chicharrones typewriter chartreuse vice Brooklyn. Adaptogen pour-over vibecession viral. Tote bag tonx DIY microdosing. Pickled selvage bespoke small batch, blue bottle twee tacos jean shorts before they sold out chicharrones solarpunk. Hoodie taiyaki poutine jianbing chambray.

-
- - -

Read The Code

-

Polaroid retro pork belly yes plz bitters, viral chicharrones typewriter chartreuse vice Brooklyn. Adaptogen pour-over vibecession viral. Tote bag tonx DIY microdosing. Pickled selvage bespoke small batch, blue bottle twee tacos jean shorts before they sold out chicharrones solarpunk. Hoodie taiyaki poutine jianbing chambray.

- -
+ +

Read The Code

+

Polaroid retro pork belly yes plz bitters, viral chicharrones typewriter chartreuse vice Brooklyn. Adaptogen pour-over vibecession viral. Tote bag tonx DIY microdosing. Pickled selvage bespoke small batch, blue bottle twee tacos jean shorts before they sold out chicharrones solarpunk. Hoodie taiyaki poutine jianbing chambray.

+ +
+ +