Python Challenges
Welcome to the challenges section! Test your skills with various coding challenges.
diff --git a/faq.html b/faq.html index 399cff2..5e25551 100644 --- a/faq.html +++ b/faq.html @@ -8,10 +8,21 @@ + + -
+
+
Frequently Asked Questions
diff --git a/index.html b/index.html
index 73775fa..6e3a8b9 100644
--- a/index.html
+++ b/index.html
@@ -13,11 +13,23 @@
+
+
diff --git a/learn.html b/learn.html
index b3b2a70..f5928bc 100644
--- a/learn.html
+++ b/learn.html
@@ -9,17 +9,15 @@
+
+
-
-
+
+
-
+
Python Lessons
Welcome to the Python lessons! Choose a lesson below to get started.
diff --git a/styles.css b/styles.css index 690e450..9049207 100644 --- a/styles.css +++ b/styles.css @@ -24,22 +24,35 @@ body { .nav-links { display: flex; - gap: 1rem; + gap: 6rem; +} +.title { + color: black; + font-family: 'Lobster', cursive; + font-size: 40px; + margin-left: 15px; /* Adjust this margin as per your layout */ + margin-top: 8px; + position: relative; /* Use relative positioning to keep it in normal flow */ + top: 0; } +.theme-toggle-wrapper { + margin-left: 600px; /* Push to the right */ +} .navbar a { - color: #ecf0f1; + color: #050c0e; text-decoration: none; padding: 0.5rem 1rem; - font-size: 1rem; + font-size: 25px; font-weight: 500; border-radius: 4px; transition: background-color 0.3s, color 0.3s; + font-family: 'Lobster', cursive; } .navbar a:hover, .navbar a.active { background-color: #34495e; - color: #3498db; + color: #e4e8eb; } /* Logo */ @@ -47,6 +60,7 @@ body { height: 40px; width: auto; transition: transform 0.3s ease; + border: 2px solid black; } .navbar .logo img:hover {