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){ diff --git a/5.gallery/gallery.css b/5.gallery/gallery.css new file mode 100644 index 0000000..b4f47b6 --- /dev/null +++ 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 new file mode 100644 index 0000000..7c11b4b --- /dev/null +++ b/5.gallery/gallery.html @@ -0,0 +1,32 @@ + + + + + + + my-feature-branch + + + + + + \ No newline at end of file