From ab9406bff08f5fd14e7247e565cb44a6f4dd723a Mon Sep 17 00:00:00 2001 From: LJ5O <75009579+LJ5O@users.noreply.github.com> Date: Mon, 10 Mar 2025 15:03:18 +0100 Subject: [PATCH] Started to work on projects presentation WIP --- index.html | 31 +++++++++++++++++++++++++++++-- style.css | 47 ++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 75 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index e265abc..5dc631c 100644 --- a/index.html +++ b/index.html @@ -80,7 +80,7 @@ - +
@@ -99,7 +99,34 @@
-
+
+ +
+
+

Looking for something ?

+

Hello World

+
+
+ +
+
+

Les projets que j'ai déjà fait

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin felis + lectus, feugiat in eros sit amet, venenatis euismod urna. Aliquam id + porttitor erat, vitae dapibus velit. Praesent id felis tincidunt.

+
+ +
+ +
+
+ +
+ +
+ +
+
diff --git a/style.css b/style.css index 89f537d..41c42fc 100644 --- a/style.css +++ b/style.css @@ -148,7 +148,6 @@ h1,h2,h3,h4,h5,p{ } .feature_div{ - border: 4px dotted red; width: 75%; margin: auto; margin-top: 30px; @@ -187,4 +186,50 @@ h1,h2,h3,h4,h5,p{ border: none; border-radius: 6px; font-size: 1.3em; +} + +#projects_summary{ + border: 4px dotted red; + width: 80%; + margin: auto; + margin-top: 30px; +} +#projects_summary_text h1{ + margin-top: 0; + margin-bottom: 20px; + text-align: center; +} +#projects_summary_text p{ + margin-top: 0; + margin-bottom: 20px; + text-align: center; +} +#projects_holder{ + width: 90%; + margin: auto; + margin-top: 15px; + border: 4px dotted green; + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: center; + gap: 20px; +} +.project{ + max-width: 400px; + max-height: 600px; + width: 100%; + height: 100%; + background-color: #A58181; + border-radius: 8px; +} +.project_picture{ + height: 200px; + width: 95%; + margin: auto; + margin-top: 10px; +} +.project_picture img{ + width: 100%; + height: 100%; } \ No newline at end of file