diff --git a/css/colormaticstudios.css b/css/colormaticstudios.css index 8777dfd..f684455 100644 --- a/css/colormaticstudios.css +++ b/css/colormaticstudios.css @@ -11,8 +11,10 @@ div.heading { div.heading h1 { color: white; background-color: #00000088; - padding: 28px 42px; + padding: 28px 38px; border-radius: 16px; + font-size: 180%; + box-shadow: 1px 1px 8px #00000033; backdrop-filter: blur(5px); } @@ -29,6 +31,14 @@ div.project-grid-container { div.project-grid-container { width: 90%; } + + div.heading { + height: 200px; + } + + div.heading h1 { + font-size: 100%; + } } div.project-grid-container div.project-grid-box { @@ -44,13 +54,30 @@ flex: 1; max-width: 50%; } +div.project-grid-container div.project-grid-box h1 a { + color: var(--text-color); + text-decoration: none; +} + +div.project-grid-container div.project-grid-box div.project-grid-box-contents { /* Yes, this absurdly long element selector is a joke */ + display: flex; + justify-content: center; +} + +div.project-grid-container div.project-grid-box img { + max-width: 150px; + max-height: 100px; + margin: 12px; + border-radius: 8px; +} + @media screen and (max-width: 800px) { div.project-grid-container div.project-grid-box { min-width: 90%; max-width: 90%; } -} -div.project-grid-container div.project-grid-box div.project-grid-box-contents { - display: flex; + div.project-grid-container div.project-grid-box img { + max-width: 100px; + } } diff --git a/css/style.css b/css/style.css index 23232b3..48946ac 100644 --- a/css/style.css +++ b/css/style.css @@ -4,6 +4,7 @@ body { font-family: "Noto Sans", sans-serif; + margin: 0; } nav { @@ -13,7 +14,8 @@ nav { padding: 12px; border-bottom: solid 1px #00000033; - width: 100%; + margin: 0 auto; + width: 95%; box-sizing: border-box; overflow-wrap: anywhere; } @@ -202,9 +204,15 @@ div.double-linktree ul.linktree { div.footer { border-top: solid 1px #00000033; + width: 95%; + margin: 0 auto; } div.footer p { color: var(--text-color); text-align: center; } + +img.pixelart { + image-rendering: pixelated; +} diff --git a/index.html b/index.html index 476de81..6612f31 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@ $(document).ready(function(){
Featured Colormatic Studios Projects:
-

Godot Quality First Person Controller

+

Quality First Person Controller

An actually good first person controller for the Godot Engine.

diff --git a/studios/index.html b/studios/index.html index 5165057..f64341f 100644 --- a/studios/index.html +++ b/studios/index.html @@ -25,39 +25,25 @@ $(document).ready(function(){

Colormatic Studios

+
+

Quality First Person Controller

+
+ +

An actually good first person controller for the Godot Engine.

+
+

A Silly Game

-
This is an example image
+

This is a silly little game project to get us started.

-

A project that we are working on

+

ColorQuest

-
This is an example image
-

This is a description of the project that we are working on

-
-
-
-

A project that we are working on

-
-
This is an example image
-

This is a description of the project that we are working on

-
-
-
-

A project that we are working on

-
-
This is an example image
-

This is a description of the project that we are working on

-
-
-
-

A project that we are working on

-
-
This is an example image
-

This is a description of the project that we are working on

+ +

A simple MMORPG in your browser.

@@ -79,7 +65,7 @@ $(document).ready(function(){
-
+