From e596781a4a04e8421e2772248275ccf091ce1143 Mon Sep 17 00:00:00 2001 From: Jonas <83239419+Jonas0o0@users.noreply.github.com> Date: Tue, 2 Apr 2024 15:00:50 +0200 Subject: [PATCH] Add files via upload --- css/styles.css | 18 +-- index.html | 38 +++++- src/PTHD/css/styles.css | 292 ++++++++++++++++++++++++++++++++++++++++ src/PTHD/index.html | 71 ++++++++++ 4 files changed, 410 insertions(+), 9 deletions(-) create mode 100644 src/PTHD/css/styles.css create mode 100644 src/PTHD/index.html diff --git a/css/styles.css b/css/styles.css index 361acc5..f6ccb36 100644 --- a/css/styles.css +++ b/css/styles.css @@ -715,7 +715,7 @@ section.Pr h1{ font-family: JFont; } -section.Pr .project-container{ +section.Pr .project-container, section.Pr .concour-container{ display: flex; flex-direction: row; flex-wrap: wrap; @@ -723,7 +723,8 @@ section.Pr .project-container{ justify-content: space-evenly; } -section.Pr .project-container .box{ + +section.Pr .project-container .box, .concour-container .box{ font-family: 'Roboto', sans-serif; width: 30%; min-width: 300px; @@ -744,25 +745,26 @@ section.Pr .project-container .box:nth-child(1), section.Pr .project-container . color: #fff; } -section.Pr .project-container .box:nth-child(2), section.Pr .project-container .box:nth-child(2) a{ +section.Pr .concour-container .box:nth-child(1), section.Pr .concour-container .box:nth-child(1) a{ position: relative; - background-color: #ffffff; - color: #000000; + /**background-color: #000000;**/ + background-image: url('https://img.freepik.com/photos-premium/fond-noir-points-blancs-points-dessus_662214-30678.jpg'); + color: #FFD500; } -section.Pr .project-container .box a:hover::after{ +section.Pr .project-container .box a:hover::after, section.Pr .concour-container .box a:hover::after{ width: 100%; left: 0; } -section.Pr .project-container .box h1{ +section.Pr .project-container .box h1, section.Pr .concour-container .box h1{ font-size: 100px; margin: 0; font-weight: bold; font-family: JFont; } -section.Pr .project-container .box a{ +section.Pr .project-container .box a, section.Pr .concour-container .box a{ text-align: center; text-decoration: none; padding: 5px; diff --git a/index.html b/index.html index c745a11..fdaf8a7 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@