From 855f3e7729296fb9d7689a6f15b0263dcf527e8d Mon Sep 17 00:00:00 2001 From: Gabriel Nii Amarh Ashitey Date: Thu, 13 Apr 2023 11:56:22 +0000 Subject: [PATCH 1/4] changed bg-colors of form --- 2.form/styles2.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/2.form/styles2.css b/2.form/styles2.css index fb9b815..505fb45 100644 --- a/2.form/styles2.css +++ b/2.form/styles2.css @@ -28,7 +28,7 @@ header{ font-size: 1.5em; } .data-container{ - background-color: rgba(146, 106, 192, 0.8); + background-color: rgba(192, 126, 106, 0.8); width: 100%; height: 100%; } @@ -36,7 +36,7 @@ header{ margin: auto; padding: 2em; width: 60%; - background-color: rgb(23, 0, 49); + background-color: rgb(248, 21, 5); opacity: 90%; border-radius: 2px; text-align: left; @@ -73,7 +73,7 @@ header{ font-size: 20px; color: white; padding: -50px; - background-color: yellowgreen; + background-color: rgb(169, 255, 10); } @media(min-width:2560px){ From 8a6de3edff2746eecca77bc6625e1bc26261a768 Mon Sep 17 00:00:00 2001 From: Gabriel Nii Amarh Ashitey Date: Thu, 13 Apr 2023 12:08:55 +0000 Subject: [PATCH 2/4] created a gallery folder in my branch --- 5.gallery/gallery.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 5.gallery/gallery.html diff --git a/5.gallery/gallery.html b/5.gallery/gallery.html new file mode 100644 index 0000000..e69de29 From f743af9eb566e562af3f8071564450b361960a6e Mon Sep 17 00:00:00 2001 From: Gabriel Nii Amarh Ashitey Date: Thu, 13 Apr 2023 12:10:19 +0000 Subject: [PATCH 3/4] added gallery.html and gallery.css files --- 5.gallery/gallery.css | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 5.gallery/gallery.css diff --git a/5.gallery/gallery.css b/5.gallery/gallery.css new file mode 100644 index 0000000..e69de29 From 75a22d5168f2787b3747ca6302ea8cdb1cfe5692 Mon Sep 17 00:00:00 2001 From: Gabriel Nii Amarh Ashitey Date: Thu, 13 Apr 2023 13:09:37 +0000 Subject: [PATCH 4/4] added images to gallery and linked css --- 5.gallery/gallery.css | 5 +++++ 5.gallery/gallery.html | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/5.gallery/gallery.css b/5.gallery/gallery.css index e69de29..b4f47b6 100644 --- a/5.gallery/gallery.css +++ b/5.gallery/gallery.css @@ -0,0 +1,5 @@ +.gallery { + display: flex; + flex-wrap: wrap; + gap: 10px; +} \ No newline at end of file diff --git a/5.gallery/gallery.html b/5.gallery/gallery.html index e69de29..7c11b4b 100644 --- a/5.gallery/gallery.html +++ b/5.gallery/gallery.html @@ -0,0 +1,32 @@ + + + + + + + my-feature-branch + + + + + + \ No newline at end of file