diff --git a/images/feedback.png b/images/feedback.png new file mode 100644 index 0000000..ae8a174 Binary files /dev/null and b/images/feedback.png differ diff --git a/images/lesson.png b/images/lesson.png new file mode 100644 index 0000000..71d304b Binary files /dev/null and b/images/lesson.png differ diff --git a/images/task.png b/images/task.png new file mode 100644 index 0000000..f0237ea Binary files /dev/null and b/images/task.png differ diff --git a/index.html b/index.html index ea901f7..c490a65 100644 --- a/index.html +++ b/index.html @@ -44,14 +44,17 @@

Welcome to Math 4 Python

Key Features:

+ lesson_image

Interactive Lessons

Learn Python through hands-on, interactive coding exercises.

+ challenge_image

Math-focused Challenges

Solve mathematical problems using Python to reinforce your skills.

+ feedback_image

Real-time Feedback

Get instant feedback on your code and track your progress.

diff --git a/styles.css b/styles.css index 5c299de..8193d86 100644 --- a/styles.css +++ b/styles.css @@ -40,7 +40,18 @@ body { .navbar a:hover { background-color: #007bff; color: #fff; - box-shadow: 0 4px 12px rgba(0, 123, 255, 0.2); + box-shadow: 0 4px 12px rgba(163, 165, 167, 0.2); +} + +#icon1{ + width:50%; + height:50% +} +#icon2,#icon3{ + width:50%; + height:40% + + } .navbar a.active { @@ -119,6 +130,10 @@ h2 { .feature:hover { transform: translateY(-8px); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1); /* Lift on hover */ + #icon1,#icon2,#icon3{ + cursor: pointer; + filter:drop-shadow(10px 10px 7px #9dc6f1); + } } .feature h3 {