diff --git a/Pictures/solitudeechoes.png b/Pictures/solitudeechoes.png new file mode 100644 index 0000000..0f6d9ff Binary files /dev/null and b/Pictures/solitudeechoes.png differ diff --git a/index.html b/index.html index 330e830..6ea3a5c 100644 --- a/index.html +++ b/index.html @@ -191,6 +191,25 @@ and systems design for future additions and bug fixes +
+
+
+ solitude echoes demo +
+
+
+
+

Solitude Echoes | Unity 2D Game Development

+

12/2023

+
+ +
+

Programming Languages, Tools, and Frameworks

diff --git a/style.css b/style.css index 32d9d58..0ef053c 100644 --- a/style.css +++ b/style.css @@ -251,6 +251,28 @@ div.course-planner-wrapper > div > img { border-radius: 0.5rem; } +div.solitude-wrapper { + width: 10%; + min-width: 12rem; +} + +div.solitude-wrapper > div { + position: relative; + width: 100%; + padding-bottom: 100%; +} + +div.solitude-wrapper > div > img { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + height: 100%; + width: 100%; + border-radius: 0.5rem; +} + div.experience { display: flex; gap: 2rem;