From 79b4bf43bea639d797962756ed16cc91d02f7b14 Mon Sep 17 00:00:00 2001 From: Tyler Koenig Date: Fri, 10 Sep 2021 21:21:47 -0400 Subject: [PATCH] project card --- index.html | 13 ++++++------- style.css | 17 ++++++++++++----- 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index 7b3290a9..939a6d21 100644 --- a/index.html +++ b/index.html @@ -130,7 +130,7 @@

projects

-
+
-
+

mystery educator

-
+

mon, may 25th 2021

-
-
+
+

Lorem ipsum dolor sit amet consectetur adipisicing elit. Et a maiores laborum quo @@ -156,10 +156,9 @@ ducimus. Ad laudantium neque nobis?

-
    +
    • java -
diff --git a/style.css b/style.css index ab8380ff..01cfd20e 100644 --- a/style.css +++ b/style.css @@ -167,10 +167,17 @@ nav a:hover { border: 1px solid #fff; } -.project-img img { - width: 100%; - height: ; +.project_img { + max-height: 50px; + min-width: 300px; + background-position-x: center; + background-position-y:center ; + overflow: hidden; +} +.project_img img { + width: 100%; + height: 100%; } /* end new */ @@ -620,7 +627,7 @@ a:hover { /* color: #1b1b1b; */ /* color: #2a9d8f */ -@media (min-width: 768px) { +/* @media (min-width: 768px) { #wrapper { max-width: 992px; } @@ -716,6 +723,6 @@ a:hover { flex-direction: row; justify-content: space-between; } -} +} */