From 6ef36f0616953dabe8e65238fab9d4894d7c0f7c Mon Sep 17 00:00:00 2001 From: Or Chen Date: Sun, 16 Nov 2025 21:35:38 +0200 Subject: [PATCH 1/8] testing commit message --- newsletter-sign-up-with-success-message-main/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newsletter-sign-up-with-success-message-main/index.html b/newsletter-sign-up-with-success-message-main/index.html index 8e7329b..7faf7a9 100644 --- a/newsletter-sign-up-with-success-message-main/index.html +++ b/newsletter-sign-up-with-success-message-main/index.html @@ -6,7 +6,7 @@ - Frontend Mentor | Newsletter sign-up form with success message + Frontend Mentor | Newsletter siujiujign-up form with success message +
+
- Stay updated! - - Join 60,000+ product managers receiving monthly updates on: - - Product discovery and building what matters - Measuring to ensure updates are a success - And much more! - - Email address - email@company.com - - Subscribe to monthly newsletter - - - - - - Thanks for subscribing! - - A confirmation email has been sent to ash@loremcompany.com. - Please open it and click the button inside to confirm your subscription. - - Dismiss message +
+
- -
+ \ No newline at end of file From d87ba4c4a6756e6b739172291e9e7820b156d0fc Mon Sep 17 00:00:00 2001 From: Or Chen Date: Sat, 22 Nov 2025 16:40:29 +0200 Subject: [PATCH 3/8] white_ground --- .../index.html | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/newsletter-sign-up-with-success-message-main/index.html b/newsletter-sign-up-with-success-message-main/index.html index a6643dc..5f36d40 100644 --- a/newsletter-sign-up-with-success-message-main/index.html +++ b/newsletter-sign-up-with-success-message-main/index.html @@ -29,11 +29,23 @@ justify-content: center; align-items: center; width: 60vw; + height: 80vh; + } + + .white-ground{ + display: flex; + flex-direction: column; + background-color: white; + justify-content: center; + align-items: center; + width: 30vw; height: 60vh; - + border-radius: 12px; + } - } + + @@ -41,7 +53,9 @@
+
+
From 0cc53912837c6391b4185a0f78f45651fa788cef Mon Sep 17 00:00:00 2001 From: Or Chen Date: Sat, 22 Nov 2025 17:42:07 +0200 Subject: [PATCH 4/8] photo --- .../index.html | 72 +++++++++++++------ 1 file changed, 50 insertions(+), 22 deletions(-) diff --git a/newsletter-sign-up-with-success-message-main/index.html b/newsletter-sign-up-with-success-message-main/index.html index 5f36d40..cb75bd0 100644 --- a/newsletter-sign-up-with-success-message-main/index.html +++ b/newsletter-sign-up-with-success-message-main/index.html @@ -1,30 +1,37 @@ + - + + - + Frontend Mentor | Newsletter sign-up form with success message + - -
+
+
+ +
+
+ +
- + + \ No newline at end of file From 3f6393f5f92db2605dc20a22468e529c29a4055c Mon Sep 17 00:00:00 2001 From: Or Chen Date: Sat, 22 Nov 2025 18:09:09 +0200 Subject: [PATCH 5/8] title and sub title --- .../index.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/newsletter-sign-up-with-success-message-main/index.html b/newsletter-sign-up-with-success-message-main/index.html index cb75bd0..a791005 100644 --- a/newsletter-sign-up-with-success-message-main/index.html +++ b/newsletter-sign-up-with-success-message-main/index.html @@ -66,6 +66,19 @@ .text { width: 45%; height: 100%; + text-align: left ; + } + + .title{ + font-weight: bold; + font-size: 28px; + margin-top:20px; + + } + .sub-title{ + margin-top: 20px; + font-size:12px; + } @@ -76,7 +89,8 @@
- +
Stay updated!
+
Join 60,000+ product managers receiving monthly updates on:
From ca1190487617c02b995d3cd4bbf37123f94a2212 Mon Sep 17 00:00:00 2001 From: Or Chen Date: Sat, 22 Nov 2025 18:58:51 +0200 Subject: [PATCH 6/8] all the lines --- .../index.html | 55 +++++++++++++++---- 1 file changed, 45 insertions(+), 10 deletions(-) diff --git a/newsletter-sign-up-with-success-message-main/index.html b/newsletter-sign-up-with-success-message-main/index.html index a791005..9ba676c 100644 --- a/newsletter-sign-up-with-success-message-main/index.html +++ b/newsletter-sign-up-with-success-message-main/index.html @@ -66,19 +66,36 @@ .text { width: 45%; height: 100%; - text-align: left ; + text-align: left; } - .title{ - font-weight: bold; - font-size: 28px; - margin-top:20px; + .title { + font-weight: bold; + font-size: 28px; + margin-top: 20px; } - .sub-title{ + + .sub-title { margin-top: 20px; - font-size:12px; - + font-size: 12px; + + + } + + .line-1 { + display: flex; + flex-direction: row; + font-size: 10px; + margin-top: 10px; + align-items: center; + } + + .text-1 { + display: flex; + align-items: center; + text-align: end; + margin-left: 7px; } @@ -89,8 +106,26 @@
-
Stay updated!
-
Join 60,000+ product managers receiving monthly updates on:
+
Stay updated!
+
Join 60,000+ product managers receiving monthly updates on:
+
+ +
+ Product discovery and building what matters +
+
+
+ +
+ Measuring to ensure updates are a success +
+
+
+ +
+ And much more! +
+
From 53f2364dcf1b27519661466156a7d4a4f886e443 Mon Sep 17 00:00:00 2001 From: Or Chen Date: Sat, 22 Nov 2025 20:05:25 +0200 Subject: [PATCH 7/8] filed --- .../index.html | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/newsletter-sign-up-with-success-message-main/index.html b/newsletter-sign-up-with-success-message-main/index.html index 9ba676c..821f2a1 100644 --- a/newsletter-sign-up-with-success-message-main/index.html +++ b/newsletter-sign-up-with-success-message-main/index.html @@ -97,6 +97,18 @@ text-align: end; margin-left: 7px; } + + .email-title { + display: flex; + flex-direction: row; + margin-top: 20px; + font-size: 10px; + } + + .field { + display: flex; + flex-direction: row; + } @@ -126,11 +138,16 @@ And much more!
+ +
+ +
-
From 1ba3230e2b66af56e7de5be7286a5343cc97b5b0 Mon Sep 17 00:00:00 2001 From: Or Chen Date: Sat, 22 Nov 2025 21:04:46 +0200 Subject: [PATCH 8/8] button --- .../index.html | 22 +++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/newsletter-sign-up-with-success-message-main/index.html b/newsletter-sign-up-with-success-message-main/index.html index 821f2a1..6c472aa 100644 --- a/newsletter-sign-up-with-success-message-main/index.html +++ b/newsletter-sign-up-with-success-message-main/index.html @@ -45,10 +45,10 @@ justify-content: space-around; background-color: white; align-items: center; - width: 30vw; - height: 40vh; + width: 40vw; + height: 50vh; border-radius: 12px; - padding: 15px; + padding: 25px 5px; } @@ -108,6 +108,19 @@ .field { display: flex; flex-direction: row; + width:250px; + height: 35px; + } + .btn{ + display: flex; + color:rgb(236, 229, 229); + background-color: #232840; + border-radius: 3px; + justify-content: center; + align-items: center; + margin-top: 20px; + width:250px; + height: 35px; } @@ -142,8 +155,9 @@ Email address
- +
+