From 75f656a722973ec5369d1f9cced0561cb3279e4c Mon Sep 17 00:00:00 2001 From: Vimalathithyan Date: Fri, 18 Oct 2024 19:06:39 +0530 Subject: [PATCH 1/3] Update styles.css --- frontend/styles.css | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/frontend/styles.css b/frontend/styles.css index aa7056f..4deda1c 100644 --- a/frontend/styles.css +++ b/frontend/styles.css @@ -237,6 +237,34 @@ body { color: #555; flex-grow: 1; } +.testimonial-section { + display: flex; + justify-content: space-around; + padding: 20px; + background-color: #f9f9f9; +} + +.testimonial { + width: 30%; + padding: 10px; + text-align: center; + background-color: #fff; + box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); + border-radius: 8px; +} + +.testimonial p { + font-size: 18px; + font-style: italic; + color: #333; +} + +.testimonial h4 { + margin-top: 10px; + font-size: 16px; + color: #666; +} + /* Button styling */ .btn-secondary { @@ -502,4 +530,4 @@ body { width: 100%; } } - } \ No newline at end of file + } From b8fef67cb82e0ab3556e394ce965da8b5b2a1844 Mon Sep 17 00:00:00 2001 From: Vimalathithyan Date: Fri, 18 Oct 2024 19:07:03 +0530 Subject: [PATCH 2/3] Update index.html --- frontend/index.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/frontend/index.html b/frontend/index.html index 1e56c24..7909f68 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -86,6 +86,16 @@

Data Structures in Java

+
+
+

"This platform has greatly improved my skills!"

+

- John Doe

+
+
+

"A rewarding and fun way to learn."

+

- Jane Smith

+
+